Hi,
I have below lines of code in VBA:
During execution, below error is thrown in second line:![]()
Dim myRange As Range Set myRange = Range(C17,H83547)
Run-time error '1004':
Method 'Range' of object '_Global' failed.
Can anyone say what I am doing wrong.
Thanks in advance.
Bookmarks