M
Mohan Kumar Karunakaran
Hi,
I am currently working on a migration project which includes a conversion of
PowerPoint 2000 templates to PowerPoint 2003. There are four design templates
and an PP 2000 addin. There is one particular module which apply the design
templates programatically using the below code:
Activepresentation.ApplyTemplate FileName:="..filepath\Info PowerPoint
Template Ltr".
When I cross check the applied template name by adding the below line of code,
ActivePresentation.TemplateName, I get the output as "Info PowerPoint
Template Ltr" in 2000 and "1_Info PowerPoint Template Ltr" in 2003.
Can anyone clarify why this happens with 2003.
I tried to save all the four design template in 2000 to 2003. Then I applied
using the above code and checked the applied template name which says:
"2_Info PowerPoint Template Ltr". I don't know the behavior of this
particular piece of code.
Any help would be appreciated. Thanks in advance,
Regards,
Mohan
I am currently working on a migration project which includes a conversion of
PowerPoint 2000 templates to PowerPoint 2003. There are four design templates
and an PP 2000 addin. There is one particular module which apply the design
templates programatically using the below code:
Activepresentation.ApplyTemplate FileName:="..filepath\Info PowerPoint
Template Ltr".
When I cross check the applied template name by adding the below line of code,
ActivePresentation.TemplateName, I get the output as "Info PowerPoint
Template Ltr" in 2000 and "1_Info PowerPoint Template Ltr" in 2003.
Can anyone clarify why this happens with 2003.
I tried to save all the four design template in 2000 to 2003. Then I applied
using the above code and checked the applied template name which says:
"2_Info PowerPoint Template Ltr". I don't know the behavior of this
particular piece of code.
Any help would be appreciated. Thanks in advance,
Regards,
Mohan