Forum Discussion
CBleunven
13 years agoContributor
Hi T Poirier,
from an Excel - COM object the command to call the second sheet should be :
MySheet = XlFile.Sheets.Item("Sheet2")
MySheet.Activate();
Regards,
Christophe
from an Excel - COM object the command to call the second sheet should be :
MySheet = XlFile.Sheets.Item("Sheet2")
MySheet.Activate();
Regards,
Christophe