Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok I'll try to use an inputbox. I work better with examples do you think you
could give me a small example of using an input box when an excel sheet is opened? Thanks "Chip Pearson" wrote: The easiest way is to use an InputBox. Dim S As String S = InputBox("Enter Something") Range("A1").Value = S -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Larry Sartoris" <Larry wrote in message ... I'm trying to make a pop up and then have the user enter data into the pop up. Then use that data to make calculations in the excel sheet. Too complicated for excel? Let me know if I confused you at all Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a macro to create excel line graph with coloured pointers anddata lables | Charts and Charting in Excel | |||
How to create adress list so can mail merge and create labels? | Excel Discussion (Misc queries) | |||
how to create a combo box in excel - how to create the drop down . | Excel Discussion (Misc queries) | |||
How to create a form to insert a hyerlink.VBA code to create a for | Excel Discussion (Misc queries) | |||
Create dictionary of terms, create first time user site | New Users to Excel |