Hi!
Would really appreciate some help on this.
I have a sheet (sheet1) with the cell «AB6» This Cell has a quite big formula to calculate values from multiple sheets and it works great.
I have a macro to trigger if the cell value of AB6 =1
This macro is a “Private Sub Worksheet_Change(ByVal Target As Range)” kind of macro that is placed in the sheet1 page
I think the Macro somehow reads the formula and not the value of AB6, and therefore jinxingmy setup.
If I manuallyput 1 in “AB6” the macro starts running, but when the formula returns “1” it does not trigger. (No decimals here to make this fail btw)
Any quickfix to this? Or some formula I can put in another cell to make my macrounderstand this more easy?
Thanks inadvance for any help.
Kind reggards:
Wigarth
Would really appreciate some help on this.
I have a sheet (sheet1) with the cell «AB6» This Cell has a quite big formula to calculate values from multiple sheets and it works great.
I have a macro to trigger if the cell value of AB6 =1
This macro is a “Private Sub Worksheet_Change(ByVal Target As Range)” kind of macro that is placed in the sheet1 page
I think the Macro somehow reads the formula and not the value of AB6, and therefore jinxingmy setup.
If I manuallyput 1 in “AB6” the macro starts running, but when the formula returns “1” it does not trigger. (No decimals here to make this fail btw)
Any quickfix to this? Or some formula I can put in another cell to make my macrounderstand this more easy?
Thanks inadvance for any help.
Kind reggards:
Wigarth
Last edited: