E
Edward
In my VBA code when I refer to a slide footer , I have used both slide footer
directly and also slide.design.title.footer they work slightly different and
sometimes they becom confusing. By analysing those codes and the way they
work I came to the conclusion that when we apply a tempalte to a certain
slide , it copies it somehwere in Power point file , this relationship is not
a link type of a relationship. This becomes important especially when we want
to update those POT files also the way we write our VBA code. I suppose Steve
or Shyam can tell me whether my assuption is true and after we apply a design
template we don't have any connection with the POT file anymore and any VBA
code refering to design , basically applies to the copy of the original
design template and not the original file itself?
directly and also slide.design.title.footer they work slightly different and
sometimes they becom confusing. By analysing those codes and the way they
work I came to the conclusion that when we apply a tempalte to a certain
slide , it copies it somehwere in Power point file , this relationship is not
a link type of a relationship. This becomes important especially when we want
to update those POT files also the way we write our VBA code. I suppose Steve
or Shyam can tell me whether my assuption is true and after we apply a design
template we don't have any connection with the POT file anymore and any VBA
code refering to design , basically applies to the copy of the original
design template and not the original file itself?