L
Lance Hoffmeyer
Hey all,
Is there an absolute value (progid?) for each slide that will not change regardless
of whether a slide is added or dropped? I am running some VBA scripts that work based
on slide number but slides could be added or dropped each QTR and thus the slide number
for a particular slide could change.
If there is an absolute number for a slide that will not change
1) How do I determine this number via VBA?
2) How do I access this in a script?
instead of this how would I access the absolute value of the slide number?
Set oPPTShape = oPPTFile.Slides(33).Shapes("Object 2")
Thanks in advance,
Lance
Is there an absolute value (progid?) for each slide that will not change regardless
of whether a slide is added or dropped? I am running some VBA scripts that work based
on slide number but slides could be added or dropped each QTR and thus the slide number
for a particular slide could change.
If there is an absolute number for a slide that will not change
1) How do I determine this number via VBA?
2) How do I access this in a script?
instead of this how would I access the absolute value of the slide number?
Set oPPTShape = oPPTFile.Slides(33).Shapes("Object 2")
Thanks in advance,
Lance