Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Worksheet Change question

I have code that is executed when the something changes
within the I or J column of my spreadsheet. It works
great more or less. The problem I experience every so
often is after one cell value is changed 3 or 4 times
consecutively (doing it to test functionality), the code
quits executing. Has anyone experienced this? Is there
something that I need to do to ensure that no matter how
many times a user changes a value in one cell that the
code will still execute?

Any info or comments would be appreciated. Thanks.

Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Worksheet Change question

Here is the code that is under the Worksheet Change
section:

If Mid$(ActiveCell.Address, 2, 1) = "I" Then
Call UpdStorageLocation
ElseIf Mid$(ActiveCell.Address, 2, 1) = "J" Then
Call UpdStorageLocation2
End If

It works find and dandy the first few times, but it
occasionally does not kick off when a cell changes after
the same cell has been changed 3 or 4 times consecutively.

Kirk
-----Original Message-----
could you post your code?

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"Kirk" wrote in message
...
I have code that is executed when the something changes
within the I or J column of my spreadsheet. It works
great more or less. The problem I experience every so
often is after one cell value is changed 3 or 4 times
consecutively (doing it to test functionality), the

code
quits executing. Has anyone experienced this? Is

there
something that I need to do to ensure that no matter

how
many times a user changes a value in one cell that the
code will still execute?

Any info or comments would be appreciated. Thanks.

Kirk



.

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
worksheet change question Tonso Excel Discussion (Misc queries) 1 April 20th 10 07:17 PM
worksheet change question Tonso Excel Discussion (Misc queries) 2 April 2nd 10 05:46 PM
Quick VBA Worksheet Change Event or Selection Question: Damil4real Excel Worksheet Functions 6 November 17th 09 10:28 PM
Hyperlink Question -- Change in Worksheet Name? BG Excel Worksheet Functions 1 March 23rd 08 02:39 PM
Worksheet change Macro Question Vick Excel Discussion (Misc queries) 11 January 30th 08 03:09 PM


All times are GMT +1. The time now is 01:22 PM.

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"