Browse by Tags
All Tags »
Excel automation (
RSS)
Sorry, but there are no more tags available to filter with.
Create your own VBA module in Excel: Sub exportAllModules() ' reference to extensibility library Dim objMyProj As VBProject Dim objVBComp As VBComponent Set objMyProj = Application.VBE.ActiveVBProject For Each objVBComp In objMyProj.VBComponents If...