Results 1 to 2 of 2

Input Boxes

Threaded View

  1. #1
    Registered User
    Join Date
    04-06-2008
    Posts
    1

    Input Boxes

    Danielle, I've added your cross post again, Next time your post will be deleted without warning. Please read forum rules


    I'm creating a booking form for a boat company (for uni purposes), and i created an input box to enter in the customer code. What i want to happen is when a customer ID code is entered, like C001 for example, i want it to save on a worksheet. Any ideas?
    This is my code so far.


    Public Sub DisplayInputBox()
    
    Dim x As String
    Dim Message As String
    
    Message = "Please Enter in the Customer ID to save this order"
    
    TitleBarTxt = "Save this order"
    
    DefaultTxt = "Enter The Customer ID"
    
    x = InputBox(Message, TitleBarTxt, DefaultTxt)
    
    
    End Sub
    Last edited by VBA Noob; 04-07-2008 at 02:11 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1