T
tjtjjtjt
I was able to use the Macro Recorder to create a macro that will insert a specific graphic into a text form field in Word 2003 when the macro is called froma Toolbar Button. This is great, except I would like to be able to pick from one of several pictures.
From a previous post by Jay Freedman (thanks, Jay), I found the following code for launching the Insert|Picture Dialog box:
Dialogs(wdDialogInsertPicture).Show
But, since this Command is unavailable while Protection is turned on, the Macro won't work.
Does anyone know of a workaround? Or should I resign myslef to working with Section Breaks?
Thanks,
tj
From a previous post by Jay Freedman (thanks, Jay), I found the following code for launching the Insert|Picture Dialog box:
Dialogs(wdDialogInsertPicture).Show
But, since this Command is unavailable while Protection is turned on, the Macro won't work.
Does anyone know of a workaround? Or should I resign myslef to working with Section Breaks?
Thanks,
tj