+ Reply to Thread
Results 1 to 6 of 6

Dialogs SaveAs with different directory

Hybrid View

Guest Dialogs SaveAs with different... 08-06-2005, 03:05 PM
Guest Re: Dialogs SaveAs with... 08-06-2005, 03:05 PM
Guest Re: Dialogs SaveAs with... 08-06-2005, 07:05 PM
Guest Re: Dialogs SaveAs with... 08-06-2005, 04:05 PM
Guest Re: Dialogs SaveAs with... 08-06-2005, 07:05 PM
michellecornell13@gm Re: Dialogs SaveAs with... 03-10-2014, 06:47 PM
  1. #1
    Helmut Weber
    Guest

    Re: Dialogs SaveAs with different directory

    Hi Thomas,

    probably same problems in all office applications.

    An admittedly quirk workaraound:

    Sub SaveMyFile()
    Dim oDlg As Dialog
    Set oDlg = Application.Dialogs(xlDialogSaveAs)
    Application.DisplayAlerts = False
    ActiveWorkbook.SaveAs "c:\test\test.xls"
    oDlg.Show
    End Sub

    Leaves you with an unwanted copy of the file, but who cares?

    Greetings from Bavaria, Germany

    Helmut Weber

    Win XP, Office 2003
    "red.sys" & Chr$(64) & "t-online.de"


  2. #2
    Thomas Stroebel
    Guest

    Re: Dialogs SaveAs with different directory

    Hi Helmut,

    yes, this will work - not as fine as I looked for, but ok.

    Thank you very much
    Thomas


    Helmut Weber schrieb:
    > Hi Thomas,
    >
    > probably same problems in all office applications.
    >
    > An admittedly quirk workaraound:
    >
    > Sub SaveMyFile()
    > Dim oDlg As Dialog
    > Set oDlg = Application.Dialogs(xlDialogSaveAs)
    > Application.DisplayAlerts = False
    > ActiveWorkbook.SaveAs "c:\test\test.xls"
    > oDlg.Show
    > End Sub
    >
    > Leaves you with an unwanted copy of the file, but who cares?
    >
    > Greetings from Bavaria, Germany
    >
    > Helmut Weber
    >
    > Win XP, Office 2003
    > "red.sys" & Chr$(64) & "t-online.de"
    >



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1