Chewyhairball
Board Regular
- Joined
- Nov 30, 2017
- Messages
- 97
Hi
How do you get the following code to enter the data into the current selected cell instead of having to define a specific cell.? I am just looking
Dim i As Variant
i = InputBox("Please Enter Your Name", "Personal Information", "Type Here")
Range("A1").Value = i
End Sub
How do you get the following code to enter the data into the current selected cell instead of having to define a specific cell.? I am just looking
Dim i As Variant
i = InputBox("Please Enter Your Name", "Personal Information", "Type Here")
Range("A1").Value = i
End Sub