C
chubby
I have installed MS Clip gallery from Office 2K so that I can use the clip
art in Office XP.
I want to setup a macro which is run from the menu so that I do not have to
go through the tedious Insert>Object>Microsoft Clip Gallery procedure for
inserting the 2K clipart.
I have the following macro which causes an error when the macro is run:
Selection.InlineShapes.AddOLEObject ClassType:="MS_ClipArt_Gallery.5"
What do I need to do to this code to stop the error?
Cheers
Josh
art in Office XP.
I want to setup a macro which is run from the menu so that I do not have to
go through the tedious Insert>Object>Microsoft Clip Gallery procedure for
inserting the 2K clipart.
I have the following macro which causes an error when the macro is run:
Selection.InlineShapes.AddOLEObject ClassType:="MS_ClipArt_Gallery.5"
What do I need to do to this code to stop the error?
Cheers
Josh