Greetings,
I am not receiving a value for the variable "h" when it runs over the line below. I added "h" to the Watch box and it is reading "Out of Context" when it runs over this line. Why might this be occurring?
Thanks!
I am not receiving a value for the variable "h" when it runs over the line below. I added "h" to the Watch box and it is reading "Out of Context" when it runs over this line. Why might this be occurring?
Code:
Dim h As Integer Dim k As Integer
Dim l As Integer
h = Cells(Rows.Count, "A").End(xlUp).Row
Thanks!