View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default Increase column heading letters withing routine?

Selection.Offset(0,1).select

HTH
--
AP

"Adam" a écrit dans le message de
...
After each time my program cycles through a For routine, I want it to
increase the column heading letter so that the next time it cycles

through, I
can have it input data in the next column. Is there a way to do this?

Thank
you.