I have no idea why I always get "Run-time error 91", the error message is "Object variable or With block variable not set" when I run the code:
'Set initial values for Range Pointers
Set rFirstCell = wsData.Range("A1")
Anyone can help solve my doubt? Thanks a lot.
'Set initial values for Range Pointers
Set rFirstCell = wsData.Range("A1")
Anyone can help solve my doubt? Thanks a lot.