J
Jacqui Lane
I have a VBA procedure which runs properly in Word 2003, including this
line:
CommandBars.FindControl(ID:=3634, Visible:=False).Execute
...which clears the clipboard when it's finished using it. It doesn't
work in Word 2003, where the Clipboard isn't displayed as a toolbar and
my analysis procedure can't "find" any command bar controls for it. ID
3642 above is the Clear All button, in Word 2000.
Is there a reliable way to get a procedure to clear the Word 2003
clipboard, please? Any suggestions most gratefully appreciated!
Jacqui Lane
line:
CommandBars.FindControl(ID:=3634, Visible:=False).Execute
...which clears the clipboard when it's finished using it. It doesn't
work in Word 2003, where the Clipboard isn't displayed as a toolbar and
my analysis procedure can't "find" any command bar controls for it. ID
3642 above is the Clear All button, in Word 2000.
Is there a reliable way to get a procedure to clear the Word 2003
clipboard, please? Any suggestions most gratefully appreciated!
Jacqui Lane