Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to create a popup box that prompts the user to enter several
pieces of information that would be used to fill cells upon hitting enter. A text string and a number will be used to fill two cells. It should also fill a given cell "A1" with a macro "Macro", the contents of which are not important for the user to know (does not need to display it to the user other than on selecting that cell.) The event that activates the popup box needs to be a specific entry in a particular cell (for instance, entering "B" in the cell "C1" and hitting enter activates the popup box, but any other entry does not. Anyone out there with the knowledge to do this without a huge time investment? Turns out I'm way out of my league on this particular project. Time to take a VBA class! Thanks in advance for the time! -KAi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you'll need a userform, not just an excel pop-up one-liner entry
box........... http://www.contextures.com/xlUserForm01.html this is a good tutorial on userforms..... will (unfortunately) take some time to learn & implement if you want to do it yourself. it's very difficult for someone to design such a project on the internet; we can post code, but not design userforms. somebody will have to do it by e-mail if they want. :) susan On Jul 5, 2:44 pm, Kai Cunningham wrote: I would like to create a popup box that prompts the user to enter several pieces of information that would be used to fill cells upon hitting enter. A text string and a number will be used to fill two cells. It should also fill a given cell "A1" with a macro "Macro", the contents of which are not important for the user to know (does not need to display it to the user other than on selecting that cell.) The event that activates the popup box needs to be a specific entry in a particular cell (for instance, entering "B" in the cell "C1" and hitting enter activates the popup box, but any other entry does not. Anyone out there with the knowledge to do this without a huge time investment? Turns out I'm way out of my league on this particular project. Time to take a VBA class! Thanks in advance for the time! -KAi |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 5, 11:44 am, Kai Cunningham
wrote: I would like to create a popup box that prompts the user to enter several pieces of information that would be used to fill cells upon hitting enter. A text string and a number will be used to fill two cells. It should also fill a given cell "A1" with a macro "Macro", the contents of which are not important for the user to know (does not need to display it to the user other than on selecting that cell.) The event that activates the popup box needs to be a specific entry in a particular cell (for instance, entering "B" in the cell "C1" and hitting enter activates the popup box, but any other entry does not. Anyone out there with the knowledge to do this without a huge time investment? Turns out I'm way out of my league on this particular project. Time to take a VBA class! Thanks in advance for the time! -KAi In addition to a userform you'll also need to enter some code for the worksheet to catch the event of entering a "B" in cell C1. If you search this forum for "ByEvent" you should see some examples you could use. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a ton for the info!
"Ferris" wrote: In addition to a userform you'll also need to enter some code for the worksheet to catch the event of entering a "B" in cell C1. If you search this forum for "ByEvent" you should see some examples you could use. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to popup msg box ? | Excel Programming | |||
popup box | Excel Programming | |||
"Why did we get here????" popup | Excel Discussion (Misc queries) | |||
Conditional popup | Excel Programming | |||
Are you sure popup box | Excel Programming |