Results 1 to 3 of 3

ThisWorkbook.SaveAs not working?

Threaded View

  1. #1
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    ThisWorkbook.SaveAs not working?

    Hi all,

    I have this piece of code, which does copy the original sheet, and does generate a valid filename (sFileName). However, the save line isn't saving anything?

    Any suggestions gratefully recieved..

    Sub Copy_to_xlsx_file()
    Dim sFileName As String
    Sheets("Input & Charts").Copy
    sFileName = Application.GetSaveAsFilename(iWO, "Excel Files (*.xlsx), *.xlsx")
    If sFileName = "False" Then Exit Sub
    ThisWorkbook.SaveAs (sFileName)
    ActiveWorkbook.Close
    End Sub
    Thanks,

    Dave
    Last edited by sweep; 12-16-2010 at 08:10 AM.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

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