I'm writing a whole load of VBScript to automate the processing of Excel Workbooks.
These workbooks contain VBA code which runs while the workbook is open. I need the VBA to exhibit different behaviour when a user opens it and when my script opens it.
Does anyone have any idea how I can differentiate between these two cases? (I can't edit both the VBS and the VBA)
YourExcelApplicationObject.Open? – Peter Albert Feb 25 at 20:34