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 ! :)
|