+ Reply to Thread
Results 1 to 2 of 2

Workbook.Save makes Userform Disappear

Hybrid View

  1. #1
    Registered User
    Join Date
    09-14-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    3

    Workbook.Save makes Userform Disappear

    Hi,

    I have a problem with saving a workbook from a userform. Saving takes about 5 seconds and therefore I change the Save-button color until the saving process has finished. On my computer everything works fine. On the users computer the userform disappears and a worksheet gets visible. Clicking on the taskbar and then on the worksheet brings the userform back. We both run Office 2013 on Windows 7 and we both use the same path for the program.

    Private Sub Menu1SaveButton_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
    
        Menu1SaveButton.BackColor = &H8080&
        Menu1SaveButton.Caption = "Saving..."
    
    End Sub
    
    
    Private Sub Menu1SaveButton_Click()
                     
        ThisWorkbook.Save
        
        Menu1SaveButton.BackColor = &H80FF&
        Menu1SaveButton.Caption = "Save"
           
    End Sub
    How can it happen that this simple code works fine for me but not for my user? I want to avoid showing worksheets at all times. Any help very much appreciated.

  2. #2
    Registered User
    Join Date
    09-14-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Workbook.Save makes Userform Disappear

    Just to update this thread: The problem was/is an unstable office installation. The user changed his computer and now saving application works fine.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Group - Makes my rows disappear
    By spookiepower in forum Excel General
    Replies: 3
    Last Post: 07-30-2013, 05:06 PM
  2. MouseOver cell that makes apear and disappear an image
    By blakito in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-20-2012, 12:57 PM
  3. MouseOver cell that makes apear and disappear an image
    By first_mo_za in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-20-2012, 03:37 AM
  4. Save workbook when user makes changes
    By James12 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-25-2009, 03:19 PM
  5. Why does #DIV/O appear? Retyping the figures makes it disappear!!
    By HAYLEYFARMINER in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-28-2008, 09:20 AM
  6. Replies: 4
    Last Post: 07-04-2006, 08:28 AM
  7. Insert-Subtotals makes Column Outlines disappear
    By gpie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-22-2005, 12:10 PM
  8. [SOLVED] opening html table in Excel makes preceding 0's disappear??!!
    By yung in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-12-2005, 12:06 AM

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