Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default how do i create forms using microsoft excel?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default how do i create forms using microsoft excel?

Witsend,

It depends on what you mean by forms. Some folks use a worksheet as a form
into which to put data.

Or you may need to make a UserForm. There you can put all kinds of text
boxes, buttons that do stuff, spinners, labels, etc. Here are just the bare
essentials. You go to the Visual Basic Environment (Alt-F11 from Excel).
In the Project Explorer (Ctrl-R if it's not visible), right-click in your
project (your workbook), and select Insert - Userform. Now use the Toolbox
(View - Toolbox if it's not visible) to put controls (text boxes, buttons
etc.) in it. You'll want the Properties (View - Properties) window open, to
view and change properties of the userform and the controls in it. Now
double-click in your userform to open a code window, and write the "code
behind the form," that is, the code that will respond to user actions.

In a sub (macro) somewhere in a regular code module, you cause the form to
display with something like:

MainMenu.Show

where MainMenu is the name of the userform.
--
Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"witsend" wrote in message
...



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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Running Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 06:04 PM
How do I create a List in Excel 2000 Watch Online Excel Worksheet Functions 1 January 31st 06 07:45 PM
how to create a dialog sheet in microsoft excel bharat Excel Discussion (Misc queries) 1 January 23rd 06 09:25 AM
Filename at the very top of Microsoft Excel Window Skyking Excel Discussion (Misc queries) 2 April 28th 05 04:25 AM


All times are GMT +1. The time now is 07:17 AM.

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

About Us

"It's about Microsoft Excel"