Users Pricing

forum

Home Forums WSH VBScript switch workSHEET in already open Excel workBOOK – MindStick

WSH VBScript switch workSHEET in already open Excel workBOOK

Takeshi Okada 3602 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

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md