B
benoize
Hi all,
I'm writing a macro in which I need to print out a variable range. One
day it could be from A1:F10, the other dat from A1:F200. If I try to
incorporate the
Range(Range("a1"), Range("a1").End(xlToRight).End(xlDown)) method, it
doesn't work.
Any help (quickly!) would be greatly appreciated!
Thanx in advance!
Benoit
I'm writing a macro in which I need to print out a variable range. One
day it could be from A1:F10, the other dat from A1:F200. If I try to
incorporate the
Range(Range("a1"), Range("a1").End(xlToRight).End(xlDown)) method, it
doesn't work.
Any help (quickly!) would be greatly appreciated!
Thanx in advance!
Benoit