Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


OLE and Named Parameters

Keywords: 	 OLE Named Parameters 

Question:

How do you translate the MS Excel VBA command:
Workbooks.Close SaveChanges:=False
into a winbatch script?

Answer:

Something like:
objWorkbookActive = objExcel.ActiveWorkbook

objWorkbookActive.Close(::SaveChanges=0)

Article ID:   W14673
Filename:   OLE and Named Parameters.txt