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: 1
Default display msgbox in order or one after the other


I’ve got a form, which ones completed transfers the data onto th
spreadsheet. Its mainly made up of text boxes.

I’m having problems with my list boxes:

Basically I what I’ve got is
Check
DC
TT
Other

What I’ve done so far is when they click on a option, it pops up with
msgbox asking them to do something:


Private Sub cboPaymentMethod_Click()
Dim Result As String

Result = cboPaymentMethod.Value

If Result = "TT" Then
txtTTReason.Value = InputBox("Please state reason for TT", "T
Reason")

Else

If Result = "CHQ" Then
Result = MsgBox("Please ensure you have: " & vbNewLine & ":: Letter
& vbNewLine & ":: Updated Notes", vbExclamation + vbOKOnly, "Ch
Requirements")


What I need to happen is if chq is selected then,
1. Ask if they have got the letter and updated notes
2. Ask if the chq is going straight to the client
3. if yes then fill autofill the address fields (which are textboxes)
4. else exit sub


Just can get my head round it….any ideas?

Cheers
Harp

--
harpscardif
-----------------------------------------------------------------------
harpscardiff's Profile: http://www.excelforum.com/member.php...fo&userid=2596
View this thread: http://www.excelforum.com/showthread.php?threadid=47786

 
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
How to display remaining txt file which overflowed MsgBox display? EagleOne Excel Discussion (Misc queries) 1 November 2nd 06 01:10 PM
MsgBox Display Michael S. Excel Programming 2 June 16th 05 10:55 PM
Display of $ in Msgbox David Excel Programming 2 September 8th 04 09:38 AM
DISPLAY RANGE AT MSGBOX GUS Excel Programming 2 September 25th 03 08:38 PM
Specify font for MsgBox display? shockley Excel Programming 1 September 11th 03 01:50 PM


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