Hello,
I am trying to preform an action (launch some VBA code) once my defined cell value goes up.
ie... my current cell value is 2 and goes up to 3 so I want it to activate the VBA code I have written.
One problem is that the cell value is ( ='PRGN VALUE'!H26 ) which is a formula. PRGN VALUE is the worksheet and H26 is the cell which contains the value.
The data (number) which goes in the cell H26 is from a WEB QUERY i set up and is updated regularly.
Any help will be greatly appreciated ! Thanks 4 your time.
I am trying to preform an action (launch some VBA code) once my defined cell value goes up.
ie... my current cell value is 2 and goes up to 3 so I want it to activate the VBA code I have written.
One problem is that the cell value is ( ='PRGN VALUE'!H26 ) which is a formula. PRGN VALUE is the worksheet and H26 is the cell which contains the value.
The data (number) which goes in the cell H26 is from a WEB QUERY i set up and is updated regularly.
Any help will be greatly appreciated ! Thanks 4 your time.