PDA

View Full Version : vba and scripting



drawworkhome
12-03-2009, 06:54 PM
if i set a reference to the windows script host object model, should i get intellisense when writing vba? will i only get intellisense in the local scope of the scripting code or would it be available everywhere (which i think).

thoughts?

thank you.
erik

Bob Phillips
12-04-2009, 02:56 AM
The reference applies to that project (workbook), so you should get intellisense anywhere within that workbook.