Hello, folks. I've created a macro and I want it to run whenever the value in this cell changes. Well, as an example, I'll take the range A1 for instance, so if I write anything in there, my macro will automatically run. I already have this code, except that it only works if the contents are on the same sheet:
SHEET 1
![]()
Please Login or Register to view this content.
Ok, now what if, for instance, in SHEET 2, A1 cell, I decide to use the following formula:
![]()
Please Login or Register to view this content.
Well, even if I apply that same Worksheet_Change code in SHEET 2, that won't really make any difference, after all, although the displayed value will be changed, Excel is gonna say: "Okay buddy, but the formula is still there, that hasn't really changed anything".
I'd like to know if there's any code that I could use in that same config, in other words, have the value in A1 linked in both sheets, and whenever I change it in SHEET1, the macro will run in my SHEET2. I didn't want to take this turn, but the layout of a sheet doesn't match with the other. Thanks in advance ~
Bookmarks