application.dialogs(xlDialogSaveAs) AND CHDIR

J

Jules

I need to create code to bring up a dialog box to SAVE AS
in a specific directory but allow the user to type in
their own filename.

Here is what I have and it doesn't work.

ChDrive "N"
ChDir "N:\GROUP\RESID BILLING TEAM\Res Billing Reps\"

Application.Dialogs(xlDialogSaveAs).Show

I've also tried this and doesn't work.

ChDrive "N"
Application.Dialogs
(xlDialogSaveAs).Show "N:\GROUP\RESID BILLING TEAM\Res
Billing Reps\")

HELP..Thanks in advance.
 
T

Tom Ogilvy

I can't explain it.

--
Regards,
Tom Ogilvy

Jules said:
When I put a message box after chdir and receive F:\my
documents instead of a directory.
???? The only changes are Office SP3 and Netware cluster..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top