I want to save my favorit animations. So I want to place the file in
the same directory the addin located. Or writing an installer to save
the Addin to the default directory.
So this is with an addin you're writing yourself?
If so, you can install it wherever you like (or let the user choose where to
install it).
This will give you the full path to your addin:
Addins("YourAddinName").Fullname
You'll need to extract just the path portion:
Debug.Print Left$(.FullName, _
Len(.FullName) - Len("YourAddinName" & ".PPA"))
@Glenna
So I am afraid that I have the next problem. How to obtain the
template path?
Greeting HW
--
Steve Rindsberg, PPT MVP
PPT FAQ:
www.pptfaq.com
PPTools:
www.pptools.com
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA
www.PowerPointLive.com
================================================