PDA

View Full Version : Solved: Browse to Select Save Directory



swsouth
05-05-2006, 03:33 PM
Hello, I am working on a project in PowerPoint 2003 that customizes a presentation from info entered on a form. I then save the finished file as a slideshow presentation. I want to have a "browse" button on my form that allows the user to browse and select a directory to save the file to, but I want to control the filename it is saved as. I also want to have a checkbox that sets the current directory (CurDir) to the directory they specify. The reason for this is that this is a process that will be repeated many times by the user and I would like to eliminate having to browse and set the directory everytime, as it will be the same for all.

I am very new to VBA, so any help given would be greatly appreciated. Please let me know if any additional info is needed.

Thanks.

Jacob Hilderbrand
05-05-2006, 03:36 PM
Check out this Kb Entry.

http://vbaexpress.com/kb/getarticle.php?kb_id=284

swsouth
05-05-2006, 04:39 PM
WOW! Thank you so much for your help. Can't tell you how impressed I was by how quickly I got a response ... and better yet, a solution! Already implemented into my code and works like a champ.

Thanks again!

Jacob Hilderbrand
05-05-2006, 09:42 PM
You're Welcome :beerchug:

Take Care