Morning,
I'm getting a Variable Not Defined error and would be grateful of some help, or to be pointed in the right direction please.
in my workbook_open I have the following code
Dim workround As Integer
workround = 0
in one of my sheets worksheet_change I have
If workround = 0 then...