Input boxes
I use VBA help files. You can access them by opening the VBA editor, then
click on help and type "InputBox" in the search boxenter. There are two
types of InputBox. The InputBox method allows you to use the Type
designation for control of the data type that the InputBox will accept. The
InputBox function will accept whatever is entered and will assign the data
type based on built in criteria. This is all more fully explained in the
help files.
"Oldjay" wrote:
Where do i go to get info on creating input boxes with three different options?
I need to give the user the option of saving the file to any of three
different locations
oldjay
|