/
HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Klass TXLSVBAProject
Representerar the collection of VBA macro modules in the workbook
Syntax
TXLSVBAProject = class;
Exempel
This example prints the names of all VBA modules
for I := 0 to Workbook.VBAProject.Count - 1 do Writeln(Workbook.VBAProject[I].Name);