D
Dan
sorry...premature send on the last post
I am trying trying to retain a cell address and refer back
and active that cell address and continue on. This is what
I have:
Dim st As String
If IsEmpty(ActiveCell)=True
st =ActiveCell.Address
do some things
Then I wnat to go back and select the saved st address and
start processing agin from the cell address.
Range st.Select
The reange line errors out. Thanks for the help.
I am trying trying to retain a cell address and refer back
and active that cell address and continue on. This is what
I have:
Dim st As String
If IsEmpty(ActiveCell)=True
st =ActiveCell.Address
do some things
Then I wnat to go back and select the saved st address and
start processing agin from the cell address.
Range st.Select
The reange line errors out. Thanks for the help.