Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Ghost Cell Selection

I have an odd action occuring in my spreadsheets, When I select a cell,
another cell in a random position also gets selected (seems random).

I must qualify this with the fact that I am running "Worksheet_Change" in
the background. I also perform all kinds of code on this worksheet that
audits various cells for different things and after these occur this odd
action appears. Anyone ever experienced this and know how to resolve?

thank you in advance.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Ghost Cell Selection

if you are changing cell values in the change event, then this could be the
problem (as I recall) disable events before you make the change, then
reenable

application.EnableEvents = False
' code in the change event that changes a cell
Application.EnableEvents = True

--
Regards,
Tom Ogilvy


"Bret" wrote in message
...
I have an odd action occuring in my spreadsheets, When I select a cell,
another cell in a random position also gets selected (seems random).

I must qualify this with the fact that I am running "Worksheet_Change" in
the background. I also perform all kinds of code on this worksheet that
audits various cells for different things and after these occur this odd
action appears. Anyone ever experienced this and know how to resolve?

thank you in advance.



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
Limiting selection in a cell AND linking that selection to a list Lisa Excel Discussion (Misc queries) 1 July 28th 09 05:00 PM
ghost macro gevans Excel Worksheet Functions 4 March 8th 06 04:40 PM
Ghost of Excel Paul - NottsUK Excel Programming 11 April 5th 05 07:38 PM
Ghost Blank Cell References David P Excel Worksheet Functions 1 February 4th 05 03:27 AM
Ghost image David Excel Programming 2 April 17th 04 04:41 AM


All times are GMT +1. The time now is 10:33 AM.

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"