Forum Discussion
Th0r_L13n
Jul 08, 2021Copper Contributor
VBA code for triggering a macro based on change in cell with formula
I'm trying to get a macro to run based on a change in value in a cell, but the cell contains with a formula so the standard trigger on value does not work. Any suggestions ?
Th0r_L13n
Jul 08, 2021Copper Contributor
The problem is that the formula comes from a external feed, and not a sum or so from other cells
Th0r_L13n
Jul 08, 2021Copper Contributor
example :
=QueryJoule("Italy Baseload - All Venues", "", "1", "bid price", "1", "Quarters")
and the feed ends up to be a number
=QueryJoule("Italy Baseload - All Venues", "", "1", "bid price", "1", "Quarters")
and the feed ends up to be a number
- HansVogelaarJul 08, 2021MVP
You'll have to use the Worksheet_Calculate event.