Hi,
Just wondering if anybody can help with my problem:
I would like an input box to open only when a certain worksheet is selected and then for that input box to put the value into cell E3
Thanks for any help
Hi,
Just wondering if anybody can help with my problem:
I would like an input box to open only when a certain worksheet is selected and then for that input box to put the value into cell E3
Thanks for any help
Hi !
Within the worksheet module just use its Worksheet_Activate event …
Thanks ive tried this but icant seem to get it to work? Getting "expected End sub error"
Private Sub Worksheet_Activate()
Sub InputBox_Example()
Dim i As Variant
i = InputBox("Please Enter Your Name", "Personal Information", "Type Here")
Range("E3").Value = i
End Sub
End Sub
It should beAlso please edit your post to put code tags around your code. The # icon in the reply/edit window![]()
Please Login or Register to view this content.
Ok that works fine thanks for your help, Sorry about not putting code tags around my code
I have one final question in my input box I would like the [Default] value to be that of cell E3 is that possible?
Thanks
Use![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks