Results 1 to 14 of 14

corrupted file- result of output of VBA code

Threaded View

  1. #1
    Registered User
    Join Date
    02-06-2012
    Location
    roswell
    MS-Off Ver
    O365
    Posts
    95

    corrupted file- result of output of VBA code

    I have an excel with VBA code that allows users to click a button to save the created report to an normal excel file without all the macros and code.

    They use Excel 2007 and I use Excel 2010- works fine for me- but they get a corruption when they try to reopen the report file. I get a corruption as well when I try to open a file they have created- is there anyway to tell what is causing this corruption?


    Code is:
    Dim newWb As Workbook, wbFileName As String
           Set newWb = Workbooks.Add
        wbFileName = Application.GetSaveAsFilename( _
        fileFilter:="Excel  Workbook (*.xlsx), *.xls")
        If wbFileName <> "False" Then
            newWb.SaveAs wbFileName
        End If

    Corrupted file is attached
    Last edited by Cutter; 07-16-2012 at 01:44 PM. Reason: Added code tags

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