C
ciw2otv
Please help with an addin to rename shapes in Word. Granted this is a
Powerpoint newsgroup, but I have two strong reasons for posting here.
1) shapes and names are not widely documented in Word or Word VBA
newsgroups and b) I understand the nuances of Powerpoint better than
Word and iii) some really clever and amusing stuff gets written here.
Shyam's VBA code section for Powerpoint-
Sub Identify(oShp as Shape)
Msgbox oShp.Name
End Sub
has given me a lot of mileage for Powerpoint. When it comes to
PPTslide/Word document differential, the languages seem to loose
something in translation.
Thank you,
Eldon
Powerpoint newsgroup, but I have two strong reasons for posting here.
1) shapes and names are not widely documented in Word or Word VBA
newsgroups and b) I understand the nuances of Powerpoint better than
Word and iii) some really clever and amusing stuff gets written here.
Shyam's VBA code section for Powerpoint-
Sub Identify(oShp as Shape)
Msgbox oShp.Name
End Sub
has given me a lot of mileage for Powerpoint. When it comes to
PPTslide/Word document differential, the languages seem to loose
something in translation.
Thank you,
Eldon