R
RINKS
Hi...
i am adding two shapes on the documents through
dim sh as word.shape
sh=activedocument.shapes.addpicture()
and
sh=activedocument.shapes.addlabel()
Now how can we group these objects using VBA
code.
Thanks
i am adding two shapes on the documents through
dim sh as word.shape
sh=activedocument.shapes.addpicture()
and
sh=activedocument.shapes.addlabel()
Now how can we group these objects using VBA
code.
Thanks