By the way, I went with the following method:
ActiveCell.Address(0, 0)
Thanks again.
"PCLIVE @cox.net>" <pclive<removeThis> wrote in message
news:scS9l.89$(E-Mail Removed)...
> Thanks everyone.
> That's what I was looking for.
>
> Paul
>
> "Gary''s Student" <(E-Mail Removed)> wrote in
> message news:8B8CDD01-5067-4D20-A012-(E-Mail Removed)...
>> Sub dural()
>> myAddress = ActiveCell.Address(rowabsolute:=False, columnabsolute:=False)
>> MsgBox (myAddress)
>> End Sub
>>
>> --
>> Gary''s Student - gsnu2007k
>
>
|