View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
joeu2004[_2_] joeu2004[_2_] is offline
external usenet poster
 
Posts: 829
Default best way to express the range "column N to column M"?

"GS" wrote:
Range(Columns(N), Columns(M)).Clear


Thanks. Definitely better.

And you correctly understood that I meant to write: N and M are numeric
variables, not numbers per se.