Search found 1 match

by ben604
Mon Jan 28, 2013 9:14 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 4 no longer reads any Macros in the file
Replies: 1
Views: 7486

XLSReadWriteII 4 no longer reads any Macros in the file

Hi, We need to be able to traverse all the macros in the file and then we execute a list of pre-defined macros using OLE. In v3 we used the XLSComponent.VBA.Count property to loop through any VBA sections in the file. The XLSComponent.VBA.Modues[inx].Source.Count property to loop through the methods...