How to open a excel file during runtime in VJC.
To open a excel file in VJC during runtime you have to use the function EXEC()and mention below the path
for the excel.exe for your computer and then the name of the excel file ( New.xls ) which you want to open
with space as shown :
for the excel.exe for your computer and then the name of the excel file ( New.xls ) which you want to open
with space as shown :
Exec("C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE New.xls")
Answers which others found helpful |