If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Message Box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-11, 09:47
mtriolo mtriolo is offline
Registered User
 
Join Date: Mar 2008
Posts: 8
Message Box

I am trying to set up a message box to pop up automatically when typing into a certain column any cell.

MsgBox "Please verify this is the next check in the sequence before adding the check information", vbOkOnly

When I enter the check number this does not pop up - can anyone help?
Reply With Quote
  #2 (permalink)  
Old 11-27-11, 15:26
Colin Legg Colin Legg is offline
Registered User
 
Join Date: Sep 2008
Location: London, UK
Posts: 495
Did you put that line of code in the worksheet's change event handler (along with a check to ensure that Target intersects the column in question)?

You might find that a tidier way of doing this is to use the data valdiation input message tool?
__________________
Colin

RAD Excel Blog

Other tutorials:
Array Formulas | Deleting Rows with VBA
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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