You have two worksheets, right? The first one (which is not named anywhere) and the second one, which is ws3.
I'd suggest that you be very explicit about which worksheet you are trying to reference. You might want to try adding
and then precede the ranges that you expect to be on wksSignIn withwksSignIn.Range etc.
Without this human readers (and quite possibly, the Excel VBA environment) could get confused about which worksheet the range is on....
...leading to a possible "method range of object _global failed" error message.
Just a thought,
Tony
Bookmarks