G
gxdata
This question was put to me, and I think the idea was to get the
intellisense and design hints of the programming IDEs and use the generated
code within another application that uses VBScript (and VB.NET scripting),
but has a rudimentary design interface.
The question is: if Office (let's say Office 2002 - maybe just Excel 2002)
is installed on a machine, how can I programmatically launch the (Excel)
Tools > Macro > Visual Basic Editor, and work in it? (the keystroke from
Excel is Alt+F11, so I'm guessing that an Excel object could be created, and
the keystroke passed).
Similarly, the Microsoft Script Editor (keystroke Alt+Shift+F11).
Comments?
intellisense and design hints of the programming IDEs and use the generated
code within another application that uses VBScript (and VB.NET scripting),
but has a rudimentary design interface.
The question is: if Office (let's say Office 2002 - maybe just Excel 2002)
is installed on a machine, how can I programmatically launch the (Excel)
Tools > Macro > Visual Basic Editor, and work in it? (the keystroke from
Excel is Alt+F11, so I'm guessing that an Excel object could be created, and
the keystroke passed).
Similarly, the Microsoft Script Editor (keystroke Alt+Shift+F11).
Comments?