VB Script in word 2007
-
hi...... I am working on a project where i need to write a vb Script in word 2007 and also i wantto add the button in word 2007 and even for the same.. So how should i go for this????
-
hi...... I am working on a project where i need to write a vb Script in word 2007 and also i wantto add the button in word 2007 and even for the same.. So how should i go for this????
Have you switched on the DEVELOPER tab? (Jewel-Word Options-Popular-Developer Tab). Write the script within this. You can set it to run in ALL Docs, specific Docs etc, and to run on start or on request. If you could specify what kind of functionality you require I could be more helpful. To add a button, just place a shape on the page and assign a macro. Unless you mean to add to the Ribbon, in which case download a CustomUIEditor. Get It Here[^].
------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce
-
Have you switched on the DEVELOPER tab? (Jewel-Word Options-Popular-Developer Tab). Write the script within this. You can set it to run in ALL Docs, specific Docs etc, and to run on start or on request. If you could specify what kind of functionality you require I could be more helpful. To add a button, just place a shape on the page and assign a macro. Unless you mean to add to the Ribbon, in which case download a CustomUIEditor. Get It Here[^].
------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce
i wil try. thanks....