LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 195
Default Application.Max wierdness

I just discovered something weird. I hope I can explain it clearly.
I have a Worksheet_Change event that, among other things, incrememts the
last check number in column J:
Range("I3").End(xlDown)(1, 2) = Application.Max(Range("J:J")) + 1

Occasionally I have reason to manually type in a check number in that
column. If I do, the next time I trigger the Worksheet_Change event, the
check number is NOT incremeted.

Can anyone explain this, and hopefully point me to a fix?

--
David
 
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
Copy Paste Wierdness Rich[_5_] Excel Discussion (Misc queries) 1 May 8th 08 11:56 PM
Application Look Daniell Excel Discussion (Misc queries) 0 September 26th 05 10:48 PM
macro to close excel application other than application.quit mary Excel Programming 1 September 14th 04 03:43 PM
application. ... scottnshelly[_7_] Excel Programming 3 April 7th 04 09:48 AM
application.quit will not shut off application john Excel Programming 0 January 9th 04 11:29 PM


All times are GMT +1. The time now is 07:43 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"