+ Reply to Thread
Results 1 to 4 of 4

ComboBox/Dropdown change events triggered when Saving As

  1. #1
    Registered User
    Join Date
    04-11-2013
    Location
    Germany
    MS-Off Ver
    Excel 2007
    Posts
    19

    ComboBox/Dropdown change events triggered when Saving As

    Hi,

    I am having some trouble with the triggering of events by a change in ComboBox or DropDowns. In particular, when I "Save As" the file, some (or maybe all, I am not sure) of the macros attached to a change in ComboBoxes and Dropdowns are triggered.

    Is there anyway to avoid this? Any idea?

    Thanks a lot in advance

  2. #2
    Forum Contributor
    Join Date
    10-30-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2013
    Posts
    173

    Re: ComboBox/Dropdown change events triggered when Saving As

    Have a look in the ThisWorkbook module. You will find a BeforeSave event there where you can set a global, Boolean variable that you can use to suppress the event handlers in your ActiveX objects.


    Sent from my iPhone using Tapatalk

  3. #3
    Registered User
    Join Date
    04-11-2013
    Location
    Germany
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: ComboBox/Dropdown change events triggered when Saving As

    That worked!! Thanks a lot!

  4. #4
    Forum Contributor
    Join Date
    10-30-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2013
    Posts
    173

    Re: ComboBox/Dropdown change events triggered when Saving As

    Good job!


    Sent from my iPhone using Tapatalk

+ 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. Need updates to a range of cells triggered by combobox change
    By excelexia in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-16-2014, 12:59 PM
  2. ComboBox: Change Selected Value when Event is Triggered
    By Agimcomas in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-30-2012, 01:26 PM
  3. Combining object (textbox and combobox) change events
    By abousetta in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-11-2011, 10:44 PM
  4. Multiple combobox and change events
    By jbrooxie in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-04-2006, 10:20 AM
  5. ComboBox Change event triggered incorrectly?
    By Vindaloo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-28-2006, 11:48 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