View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
robotman robotman is offline
external usenet poster
 
Posts: 51
Default Selecting ranges with Cells()

Thanks for the syntax ideas.

Why do you think I need to use Range()?

Currently I use the double Cells() in the Range() command, but this
seems very clunky. I'm trying to simply the code by not needing the
double Cells() commands. I'll try Resize to see if that gives me full
functionality when selecting a range. I'm guessing it has
limitations.

Any other ideas to simply range selections with out using letter (i.e.
"A1") cell-referencing?