Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your reply.
Unfortunately I received a syntax error during the complie process so I don't know where this leaves me. Thanks again for theresponse " wrote: 'Try this, place the code in the sheet module, view it by right click 'at sheets tab and choose "view code" : Private Sub Worksheet_Activate() Dim InputData As String Application.Goto Reference:=Range("B2") ' go to B2 on open sheet 'accept data entry Application.Goto Reference:=Range("C4") 'Go to C4, accept data InputData = InputBox("Promt to input", "Please input your data", "") Range("E4").Value = InputData 'Retrieve InputData value to range E4 End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
move from active cell offset in macro | Excel Discussion (Misc queries) | |||
Move active cell to same location on each worksheet | Excel Discussion (Misc queries) | |||
Can a cell be set to accept input only once? | Excel Worksheet Functions | |||
Input mask for active cell | Excel Discussion (Misc queries) | |||
need to Copy or Move to active cell from specified range | Excel Discussion (Misc queries) |