Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Popup box help?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Popup box help?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Popup box help?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Popup box help?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to popup msg box ? vumian[_12_] Excel Programming 3 July 29th 06 02:37 PM
popup box Rob Excel Programming 0 March 2nd 06 04:21 PM
"Why did we get here????" popup jtwspoon Excel Discussion (Misc queries) 3 February 4th 05 04:57 AM
Conditional popup William Hamilton[_2_] Excel Programming 4 May 8th 04 11:36 PM
Are you sure popup box Todd Huttenstine[_2_] Excel Programming 2 November 9th 03 09:38 PM


All times are GMT +1. The time now is 11:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"