vaughn9
Technical User
- Sep 23, 2001
- 183
Here is part of my macro
dim data1 as string
data1=inputbox("Select a day of the week M/T/W/TH/F"
If data1="M" then
msgbox("Monday"
Else
etc
etc
etc
My question is how can I get the programme to accept both common and capitals. Right now it is only accepting capitals
Also can I change the label name Microsoft excel that appears to the top left of a input box?
dim data1 as string
data1=inputbox("Select a day of the week M/T/W/TH/F"
If data1="M" then
msgbox("Monday"
Else
etc
etc
etc
My question is how can I get the programme to accept both common and capitals. Right now it is only accepting capitals
Also can I change the label name Microsoft excel that appears to the top left of a input box?