T
thomas donino
Hello,
can some one explain why this doesnt work?
Sub test()
Dim i as Integer
Dim max as Integer
Set max = InputBox(Prompt:="How many reports to create?, Title:="Create
Reports", Type:=1)
msgbox max
End Sub
fyi in the code window the set max is all on one line
can some one explain why this doesnt work?
Sub test()
Dim i as Integer
Dim max as Integer
Set max = InputBox(Prompt:="How many reports to create?, Title:="Create
Reports", Type:=1)
msgbox max
End Sub
fyi in the code window the set max is all on one line