Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want my user to enter the time of day into an input box.
My code looks like this: Dim CollectionTime As Date CollectionTime = _ InputBox("Enter Collection Time", "Collection Time", Time) If I run the macro and accept the input box default, the variable CollectionTime saves a time value in the format "12:00:00 AM". But if I enter the time in the format "1200" (no quotes), then CollectionTime stores a seemingly arbitrary date value. It works if I enter a value as "12:00" (with the colon), but I don't want to waste my users' time by making them enter the colon. I've tried the Help files, I've tried the Format function, and I've Googled it. This is probably the most retarded question ever, but how do I force a Date variable to store a value like "1500" as a time value? As always, thanks a bunch. ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
STORE THE DATE & TIME THE VALUE HAS CHANGED IN A CELL | Excel Discussion (Misc queries) | |||
worksheet name store in a variable | Excel Programming | |||
store variable | Excel Programming | |||
How to store text to variable | Excel Programming | |||
Store variable value for Chart | Excel Programming |