Thread
:
determine activecell and move to it after running ohter sub...
View Single Post
#
2
Posted to microsoft.public.excel.programming
Nigel[_2_]
external usenet poster
Posts: 735
determine activecell and move to it after running ohter sub...
Try using
Cells(r,c).Select
--
Regards,
Nigel
"SpeeD" wrote in message
...
Hi.
I need to determine the activecell at some point and move to it after
other
sub as run. how can i do this? i´ve tried the following without success...
r = ActiveCell.Row
c = ActiveCell.Column
Run "Formatar_fundo_original"
Range(c & r).Select
Thanks
SpeeD
Reply With Quote
Nigel[_2_]
View Public Profile
Find all posts by Nigel[_2_]