below is my code which stops at the red word and gives compile error as shown below.
[CODE][Sub inputbox()
Dim myvalue As Variant
myvalue = inputbox("Give me some input")
Range("a1").Value = myvalue
End Sub
/CODE]
Compile error: Wrong number of arguments or invalid property assignment