Thread: [Solved] Opening/Saving dialogue box
View Single Post
 
Old 07-31-2011, 11:02 AM
ACA ACA is offline Windows 7 Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 31
ACA is on a distinguished road
Default Opening/Saving dialogue box

In a macro for WORD I want some code that will show the file opening dialogue box; so that, once there, I can choose the particular document I need and open it (then the macro will go on to execute other lines) - the equivalent to, in EXCEL
Code:
Application.FindFile
.

Same thing for saving: some code that will show the file saving dialogue box; once there, I will give my document the name I want and choose a directory to save it in (then the macro will go on running lines).

In the VB aid from WORD I see only code that already includes the name of one file; and of course, only that one file can get opened/saved with such code.
Thanks for any help
ACA
Reply With Quote