View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TexDad TexDad is offline
external usenet poster
 
Posts: 2
Default Moving Range Selection Right One Column at a Time

I want to succesively name ranges in a table by starting in column A for a
dynamic number of rows, naming that range and then moving over to the next
column (same rows) and naming that next range. I'm stuck on how to move the
selection over one column. Simple task but this novice is stuck.