CJ
Board Regular
- Joined
- Feb 22, 2002
- Messages
- 77
Hi,
I'm trying to select an active range, after importing a text file,
it will always be a different range
I've tryed adapting code found through a search.
LastRow = Range("A1:G65536").End(xlUp).Row
Range("A1:G65536").Select.Range ("A1:G65536" & LastRow)
It's stopped with a debugger 424 error
Any idea's
Thanks
I'm trying to select an active range, after importing a text file,
it will always be a different range
I've tryed adapting code found through a search.
LastRow = Range("A1:G65536").End(xlUp).Row
Range("A1:G65536").Select.Range ("A1:G65536" & LastRow)
It's stopped with a debugger 424 error
Any idea's
Thanks