Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Hope Someone Can Help...

Use the BeforeRightClick event.

See Chip Pearson's page on Events
http://www.cpearson.com/excel/events.htm

Right click on the sheet tab and select view code. Paste in code like:

Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As
Boolean)
SendKeys "{F2}="
Cancel = True
End Sub

--
Regards,
Tom Ogilvy


"Farah" wrote in
message ...

Dear Guru's,

I want to have a code with which If I right click on any cell of the
workbook, on that cell where I Right Clicked it should type '=' in the
Edit Mode.

Is that possible ?


--
Farah
------------------------------------------------------------------------
Farah's Profile:

http://www.excelforum.com/member.php...o&userid=27779
View this thread: http://www.excelforum.com/showthread...hreadid=472922



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hope someone can help me Jay Blatherwick Excel Discussion (Misc queries) 1 June 15th 06 06:03 PM
Hope someone here can help me AlienBeans Excel Discussion (Misc queries) 9 March 17th 06 12:37 AM
Last Hope -HELP!! Dick Kusleika[_3_] Excel Programming 3 July 1st 04 06:33 PM
Last Hope -HELP!! Bob Phillips[_6_] Excel Programming 0 June 29th 04 09:08 PM
I hope I ask this correctly Mark Excel Programming 3 March 5th 04 03:23 PM


All times are GMT +1. The time now is 11:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"