Results 1 to 3 of 3

Input Box On Open (Date)

Threaded View

  1. #1
    Registered User
    Join Date
    03-28-2007
    Posts
    25

    Cool Input Box On Open (Date)

    Hello

    I have this code to lanch an Input box when my spreadsheet opens, and it works fine:
      Sub Auto_open()
    x = InputBox("Please Enter Reporting Date (DD/MM/YYYY)", "deposit calc", vbOKCancel)
    Sheets("INPUT").Range("c2") = x
    End Sub

    Is there a way that I can configure the input box to only allow the user to input a DATE, in the format DD/MM/YYYY?

    Many thanks

    James
    Last edited by VBA Noob; 06-28-2007 at 08:09 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