Hey all
I keep getting this error
:-
on this line
:-
I have several lines of code like the one above in the module and the program seems to randomly pick which one causes the error on each run.
Any help much appreciated.
Thanks
I keep getting this error
:-
<method 'Cells' of Object' _worksheet' failed>
on this line
:-
Code:
If xlSheet.Cells(DataEnd + 1, 3) = "" Then
I have several lines of code like the one above in the module and the program seems to randomly pick which one causes the error on each run.
Any help much appreciated.
Thanks