![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Can anyone tell me the codes that will execute an already existing macro when any cell value is changed in the worksheet. I think it uses Change event but I can figure out the exact codes. How would private sub affect my macro?
Thanks VS |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Guderup, Denmark
Posts: 287
|
try this one. click on the sheet tab, ´click view code and paste it
Private Sub Worksheet_Change(ByVal Target As Range) Call anothermacro End Sub |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|