still learning
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 821
- Office Version
- 365
- Platform
- Windows
Hi
What am I doing wrong????
this works
and this doesn't
mike
What am I doing wrong????
this works
HTML:
Sub box()
Name = InputBox("name", 3)
Range("A1").Value = name
End Sub
and this doesn't
HTML:
Sub box1()
Name = InputBox("Start", 3)
Range("A1").Value = Start
End Sub
mike