Hi All,
I have some VBA code where I'm trying to compare values from sheet1 and sheet2. In my code for sheet1 I have tried,
When I try this I get an error "Subscript out of range". Is it possible what I'm trying to do?![]()
If Worksheets("Sheet2").Cells(2, "B") > 3 Then....
Thanks in advance.
Bookmarks