PC Review


Reply
Thread Tools Rate Thread

cell reference

 
 
Rohit
Guest
Posts: n/a
 
      25th Jan 2010
hi,
i have formula in cell A5 and when i double click, it takes me to the
respective cell. my question how can i go back to that cell (A5)
 
Reply With Quote
 
 
 
 
trip_to_tokyo
Guest
Posts: n/a
 
      25th Jan 2010
Hit the F5 key / enter A5 / hit OK.

If my comments have helped please hit Yes.

Thanks.

"Rohit" wrote:

> hi,
> i have formula in cell A5 and when i double click, it takes me to the
> respective cell. my question how can i go back to that cell (A5)

 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      25th Jan 2010
As ALWAYS, post your code for comments.
Private Sub Worksheet_BeforeDoubleClick _
(ByVal Target As Range, Cancel As Boolean)
If Target.Address <> Range("g1").Address Then Exit Sub
Range(Target).Select
MsgBox "Went to target address"
Application.Goto Range(Target.Address)

End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Rohit" <(E-Mail Removed)> wrote in message
newsE0F631C-39C1-479D-A0E6-(E-Mail Removed)...
> hi,
> i have formula in cell A5 and when i double click, it takes me to the
> respective cell. my question how can i go back to that cell (A5)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When I reference a cell in a separate list, I am unable to sort thatlist and keep the reference. Any suggested solutions? Mike C Microsoft Excel Discussion 2 15th Feb 2008 02:32 PM
absolute cell reference A spreadsheet cell reference that does no =?Utf-8?B?aGVscA==?= Microsoft Excel Misc 1 18th Jan 2006 06:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. twister212atop@yahoo.com Microsoft Excel Worksheet Functions 2 11th Dec 2004 12:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable twister212atop@yahoo.com Microsoft Excel Worksheet Functions 2 11th Dec 2004 12:00 AM
Convert text string in format of cell reference to a cell reference =?Utf-8?B?RnJhbms=?= Microsoft Excel Misc 1 16th Dec 2003 08:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:55 AM.