View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
xjetjockey xjetjockey is offline
external usenet poster
 
Posts: 12
Default 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