Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to prompt the user to enter various name and company
information when they first run a certain spreadsheet. The information is then taken and entered on a sheet in the appropriate areas automatically, serving as a future template. So, a series of Prompt "Input Company name:" var A statements, for example. The question then is, is there a good way to encode this to run only the first time the spreadsheet is run, or is it simply a case of having to have the code on the Workbook's code page and have it check to see if the information is already there, each time it opens? Your help is most appreciated. Russ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could have the first input box ask for a User ID or some short answer
that is stored with the other data. The macro could then search the related column and, if found, skip the other questions. -- Pops Jackson "Russ3Z" wrote: I wish to prompt the user to enter various name and company information when they first run a certain spreadsheet. The information is then taken and entered on a sheet in the appropriate areas automatically, serving as a future template. So, a series of Prompt "Input Company name:" var A statements, for example. The question then is, is there a good way to encode this to run only the first time the spreadsheet is run, or is it simply a case of having to have the code on the Workbook's code page and have it check to see if the information is already there, each time it opens? Your help is most appreciated. Russ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The macro could check to see if the Company Name cell is empty and proceed
accordingly. -- Pops Jackson "Russ3Z" wrote: I wish to prompt the user to enter various name and company information when they first run a certain spreadsheet. The information is then taken and entered on a sheet in the appropriate areas automatically, serving as a future template. So, a series of Prompt "Input Company name:" var A statements, for example. The question then is, is there a good way to encode this to run only the first time the spreadsheet is run, or is it simply a case of having to have the code on the Workbook's code page and have it check to see if the information is already there, each time it opens? Your help is most appreciated. Russ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok, thats basically what I had in mind. Thanks for the input guys.
Russ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
startup prompt for links | Excel Discussion (Misc queries) | |||
Excel 2003 VBA Prompt on Startup | Setting up and Configuration of Excel | |||
EditLinksStartup Prompt | Excel Discussion (Misc queries) | |||
Startup Prompt to update Links | Links and Linking in Excel | |||
Startup prompt - Update links | Excel Discussion (Misc queries) |