VB Syntax to select a range
I am trying to select a range from E294 to E314. I have set the two
cells to"
FFR = E294
FTR = E314
These have been Dim'd as Variants, and will be re-used elsewhere in the
procedure later.
I want to select the entire range so that I can do a copy/paste
function.
Can you please tell me how to code this?
Thanks.
Robert
|