Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I create startup boxes that once answered appear in a form

I have a form that I want staff to populate pop up questions when they open:
e.g. Todays date, job number

Dont know what this is called to be able to do a search.

I also have the e.g. date appearing in three places on the form - is this
possible instead of having to answer the question three times
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default How do I create startup boxes that once answered appear in a form

The pop up questions come from Macros (also called VBA code, Subroutines,
functions, UDF). To get to the VBA window in excel type Alt F11. Mos
tquestions people have are under the Excel Programming user group.

You will need the following

1) A way to start the macro. which can be the following
a) Automatically Start when worksbook is opened
b) Add a control button the the workbook to start the macro
c) Start Macro by going to menu tools - Macro - Macro. All macros in
workbook will be listed
d) Start macro when a cell is changed in the workbook

2) the macro will use a MSGBOX (see VBA help) or INPUTBOX to instruct the
users and get inputs.


To use a common DATE (A1) in the workbook I would recommend putting the
date in one cell in the workbook and then have the 3 other cells reference
the 1st cell (=A1) were the date is located.


"Excel boxes help" wrote:

I have a form that I want staff to populate pop up questions when they open:
e.g. Todays date, job number

Dont know what this is called to be able to do a search.

I also have the e.g. date appearing in three places on the form - is this
possible instead of having to answer the question three times

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
Custom User Form At Startup FARAZ QURESHI Excel Discussion (Misc queries) 1 May 8th 08 12:02 PM
How do I create a Form with check boxes in Excel Not Super User Excel Worksheet Functions 1 June 28th 07 05:08 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
combo boxes on a form Russell-stanely Excel Discussion (Misc queries) 3 July 5th 05 09:13 PM
Create Startup Dialog coal_miner Excel Discussion (Misc queries) 2 June 8th 05 07:25 PM


All times are GMT +1. The time now is 02:24 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"