ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Variable Reference in R1C1 format (https://www.excelbanter.com/excel-programming/292091-variable-reference-r1c1-format.html)

Ndel40[_2_]

Variable Reference in R1C1 format
 
I would like to go back to the cell that was being used prior to running a macro. I have tried the following with no luck.

a = ActiveCell.Addres

Range("A9").Selec
Application.Goto Reference:=
End Su

It appears that the Application.Goto Reference statement wants the variable to be in R1C1 format. I can't figure out how to convert it to that format

Any help would be appreciated

Thank


John Green[_3_]

Variable Reference in R1C1 format
 
Try

Application.GoTo Reference:=Range(a)

--

John Green - Excel MVP
Sydney
Australia


"Ndel40" wrote in message ...
I would like to go back to the cell that was being used prior to running a macro. I have tried the following with no luck.

a = ActiveCell.Address

Range("A9").Select
Application.Goto Reference:=a
End Sub

It appears that the Application.Goto Reference statement wants the variable to be in R1C1 format. I can't figure out how to

convert it to that format.

Any help would be appreciated.

Thanks





All times are GMT +1. The time now is 01:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com