Users Pricing

forum

home / developersection / forums / wsh vbscript switch worksheet in already open excel workbook

WSH VBScript switch workSHEET in already open Excel workBOOK

Takeshi Okada 3516 20 Jun 2013
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.

1 Answers