Hi Expert,
Is it possible to switch worksheets within a workbook in a WSH VBScript (referenced by name) and if so, how would I do it?
This will be used in a script that already opens an Excel file. I want to access a worksheets called "Version Control".
The following is how I am opening the workbook:
xlsFile = path & "\xml-sitemap.xls"
Set objExcel = WScript.CreateObject("Excel.Application")
objExcel.Workbooks.open(xlsFile)
Any help on above is really appreciated.
WSH VBScript switch workSHEET in already open Excel workBOOK
Ask by Takeshi Okada
Updated 20 Jun 2013
Can you answer this question?
Write Answer1 Answers