View Single Post
 
Old 02-21-2019, 05:41 AM
NoSparks NoSparks is offline Windows 7 64bit Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

Quote:
But the last code I do not know where it should be.
Worksheet_Change is a worksheet event and must be in the sheet module not a standard module.
It will re-write I2:I30 every time A1 changes, not hourly.
And that is actually dependent on how A1 receives its value.
If there's a formula in A1, the Worksheet_Change event will never trigger, because what's in the cell (ie: the formula) never changes even though the displayed result does.

Last edited by NoSparks; 02-21-2019 at 01:28 PM.
Reply With Quote