Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub test()
Dim instring instring = InputBox("What's the input?") MsgBox ("You entered " & instring) End Sub Depending on your intended use, you'll probably add some tests to validate the input for type, range, etc. --Bruce "Sean H" wrote: Hi, I am trying to write a macro that will be used to update a file. I want to have some sort of stored input like you can in C++. something like input "what year is it?" input a ...or however the C code goes (its been a couple years). Is there any way to do this for an excel macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lotus uses {?} for input, what does excel use (macros) | New Users to Excel | |||
Input for Macros | Excel Programming | |||
macros or input box | Excel Programming | |||
How can I validate data input by macros? | Excel Programming | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |