Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default before right click problem

i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the normal
right click menu pops up.

anyone have a guess as to why?

--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default before right click problem

Does any of the other "Events" work on those pc's?
Application.EnableEvents stays put when you set it there, so if someone
wrote code that set it to "False" it is still false. You can test it
with "?Application.EnableEvents" in the Immediate window.

Charles
Gary Keramidas wrote:
i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the normal
right click menu pops up.

anyone have a guess as to why?

--


Gary


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default before right click problem

hi charles:

i know it's nothing i wrote, but i guess they could have opened up some other
workbook that set it. but i swear i started excel when i noticed this, but maybe
it was already running and i just loaded my workbook.

thanks, i think i'll just make sure i enable them in my code.

--


Gary


"Die_Another_Day" wrote in message
oups.com...
Does any of the other "Events" work on those pc's?
Application.EnableEvents stays put when you set it there, so if someone
wrote code that set it to "False" it is still false. You can test it
with "?Application.EnableEvents" in the Immediate window.

Charles
Gary Keramidas wrote:
i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the
normal
right click menu pops up.

anyone have a guess as to why?

--


Gary




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default before right click problem

Gary, re-starting xl does not reset EnableEvents, that's why it's
important to remember to set it back true.

Charles

Gary Keramidas wrote:
hi charles:

i know it's nothing i wrote, but i guess they could have opened up some other
workbook that set it. but i swear i started excel when i noticed this, but maybe
it was already running and i just loaded my workbook.

thanks, i think i'll just make sure i enable them in my code.

--


Gary


"Die_Another_Day" wrote in message
oups.com...
Does any of the other "Events" work on those pc's?
Application.EnableEvents stays put when you set it there, so if someone
wrote code that set it to "False" it is still false. You can test it
with "?Application.EnableEvents" in the Immediate window.

Charles
Gary Keramidas wrote:
i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the
normal
right click menu pops up.

anyone have a guess as to why?

--


Gary



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default before right click problem

You sure?

I'd check that one more time.

Die_Another_Day wrote:

Gary, re-starting xl does not reset EnableEvents, that's why it's
important to remember to set it back true.

Charles

Gary Keramidas wrote:
hi charles:

i know it's nothing i wrote, but i guess they could have opened up some other
workbook that set it. but i swear i started excel when i noticed this, but maybe
it was already running and i just loaded my workbook.

thanks, i think i'll just make sure i enable them in my code.

--


Gary


"Die_Another_Day" wrote in message
oups.com...
Does any of the other "Events" work on those pc's?
Application.EnableEvents stays put when you set it there, so if someone
wrote code that set it to "False" it is still false. You can test it
with "?Application.EnableEvents" in the Immediate window.

Charles
Gary Keramidas wrote:
i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the
normal
right click menu pops up.

anyone have a guess as to why?

--


Gary


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default before right click problem

I stand corrected. Restarting excel does reset the events. I read
somewhere that it did not. My mistake.

Charles

Dave Peterson wrote:
You sure?

I'd check that one more time.

Die_Another_Day wrote:

Gary, re-starting xl does not reset EnableEvents, that's why it's
important to remember to set it back true.

Charles

Gary Keramidas wrote:
hi charles:

i know it's nothing i wrote, but i guess they could have opened up some other
workbook that set it. but i swear i started excel when i noticed this, but maybe
it was already running and i just loaded my workbook.

thanks, i think i'll just make sure i enable them in my code.

--


Gary


"Die_Another_Day" wrote in message
oups.com...
Does any of the other "Events" work on those pc's?
Application.EnableEvents stays put when you set it there, so if someone
wrote code that set it to "False" it is still false. You can test it
with "?Application.EnableEvents" in the Immediate window.

Charles
Gary Keramidas wrote:
i have a little routine that runs if i user right clicks a certain cell while
the sheet is protected. i have seen 2 pc's where this does not work, the
normal
right click menu pops up.

anyone have a guess as to why?

--


Gary


--

Dave Peterson


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
right click problem with excel sedagli Excel Discussion (Misc queries) 1 February 13th 09 05:15 PM
Right Click problem DElk Excel Discussion (Misc queries) 2 November 27th 06 10:24 PM
Little problem, when click open icon Adam Excel Discussion (Misc queries) 1 March 17th 06 11:17 AM
Mouse right click problem Anthony Excel Discussion (Misc queries) 3 July 1st 05 12:21 AM
Mouse right click problem Anthony Excel Discussion (Misc queries) 1 June 30th 05 12:54 AM


All times are GMT +1. The time now is 06:47 PM.

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

About Us

"It's about Microsoft Excel"