+ Reply to Thread
Results 1 to 2 of 2

change event AND calculate event on the same sheet

  1. #1
    Registered User
    Join Date
    09-14-2013
    Location
    hamilton, ontario
    MS-Off Ver
    Office 365
    Posts
    7

    change event AND calculate event on the same sheet

    Hi
    I am currently using the change event on a sheet that works when a user manually types on the sheet vba then marks the sheet to print, but I also need vba code to check the same sheet for updated formula results which show text not numbers and mark the sheet to print as well. My understanding is I may also need to use the calculate event. Is there a way to do this?

    Thank you, Laurie

  2. #2
    Forum Expert Tsjallie's Avatar
    Join Date
    09-15-2012
    Location
    NL
    MS-Off Ver
    2010, 2013, 2016
    Posts
    2,077

    Re: change event AND calculate event on the same sheet

    Just like you've put vba code in the Worksheet_Change() sub, you can put any vba-code in the Woksheet_Calculate() sub.
    Go to the Worksheet_Change() sub and select Calculate in the right selection list on top of the editor pane.
    Cheers!
    Tsjallie




    --------
    If your problem is solved, pls mark the thread SOLVED (see Thread Tools in the menu above). Thank you!

    If you think design is an expensive waste of time, try doing without ...

+ 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. Calculate/Change event Fix
    By jning in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-08-2012, 05:44 PM
  2. How to prevent SelectionChange event firing before Change event?
    By franklyn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-29-2012, 05:17 AM
  3. MsgBox in Enter event causes combobox not to run Change event
    By Richard in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-06-2006, 10:55 AM
  4. Replies: 5
    Last Post: 06-23-2005, 06:05 PM
  5. Change event and calculate event
    By Antje in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-29-2005, 04:06 PM

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