Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
My selection was moved to another sheet by clicking on the precedents arrow
and I want to come back to the analyzed cell. "Norman Jones" сообщил/сообщила в новостях следующее: ... Hi Dmitri, Try something like: '=================== Public Sub Tester03() Dim rng As Range Dim rCell As Range Set rng = Selection Set rCell = ActiveCell 'your code, e.g. Range("A1").Select rng.Select rCell.Activate End Sub '<<=================== However, the above code would not normally be needed because it is rarely necessary, or desirable, to make selections, --- Regards, Norman "Dmitry Kopnichev" wrote in message ... Hello How to go back to last selected cells? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
copy & paste spreadsheet cells from excel to outlook to excel | Excel Discussion (Misc queries) | |||
changing the way Excel displays selected cells | Excel Discussion (Misc queries) | |||
Excel will not add cells automatically together when selected? | Excel Worksheet Functions | |||
requires that merged cells must be identically sized? | Excel Discussion (Misc queries) |