View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
[email protected] alishehzad@gmail.com is offline
external usenet poster
 
Posts: 13
Default Selecting Cells Dynamically in Different Rows

THANKS A LOT BROTHERS !

Thanks a lot both of you.

This code did the trick

-------------------- Code ----------------
my_col = ActiveCell.Column
Cells(19, my_col).Select
----------------------------------------------


I know its very simple thing for people like you .... but as a
beginner i would have never solved this problem without your help !

You were a great help !!

Thanks a lot ... God Bless You ! :)