Hey guys I have a a coding issue in vba.
Dim table As String
Set table = InputBox("Text","Title","Default")
I then get the message:
Error while compiling Object required
The phrase
table =
Is marked blue
Why do I get the error while compiling?