Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Mali Jainukul   on Sep 20 In MS Office Category.

  
Question Answered By: Wallace Kelly   on Sep 20

I'm pretty new at this, but I do Call several sub routines any time a user
changes a cell value. I have the following code on the worksheet  (right click on
the tab name & select "View Code")

Private Sub Worksheet_Change(ByVal Target As Range)
Call Macro1
Call Macro2
End Sub

This does not fire on each keystroke, but does fire if the user  changes any a
value in any of the unlocked cells and then activates the change  by hitting
<Enter> or moving  to another cell (arrow keys, <Tab>, or mouse click).

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How to detect user modification of textboxes on a form? Or get search suggestion and latest updates.


Tagged: