View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tootles tootles is offline
external usenet poster
 
Posts: 2
Default HOW DO I GET CURRENT ROW & COL INFO?

My macro performs a conversion on each cell in a col. However, diffrent
users may have their worksheet organized differently. For some the column
requiring conversion may be Col #1, and #4 for another. I cannot hard code
the column using range, I need to save to a variable first. How do I do
this?

Thanks!
column challanged