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

I can find plenty of help on designing and tweaking a form, but how do you
actually create one? I am using Excel 2003.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default how do i create a form in excel?

hi
bring up the vb editor. Alt+F11
one the menu bar.....Insertuser form. The tool box should appear beside it.
start designing.
you will need code to show the form on the sheet.
Sub mac1frmRRShow()
'change frmRR to the name of your form
Load frmRR
frmRR.Show 0 ' the zero show if form is modal or not. if modal, you have
to
'enter data and close the form before you can do
anything else
AppActivate Application.Caption
End Sub
You will need an initialization sub also.

a lot of help in vb help.
good luck
FSt1

"Marlene" wrote:

I can find plenty of help on designing and tweaking a form, but how do you
actually create one? I am using Excel 2003.

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default how do i create a form in excel?

Thank you very much for your detailed response. I was hoping for more of an
Excel-Froms for Dummies" version, but I do appreciate your help!!!
"FSt1" wrote:

hi
bring up the vb editor. Alt+F11
one the menu bar.....Insertuser form. The tool box should appear beside it.
start designing.
you will need code to show the form on the sheet.
Sub mac1frmRRShow()
'change frmRR to the name of your form
Load frmRR
frmRR.Show 0 ' the zero show if form is modal or not. if modal, you have
to
'enter data and close the form before you can do
anything else
AppActivate Application.Caption
End Sub
You will need an initialization sub also.

a lot of help in vb help.
good luck
FSt1

"Marlene" wrote:

I can find plenty of help on designing and tweaking a form, but how do you
actually create one? I am using Excel 2003.

Thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,090
Default how do i create a form in excel?

Don't know what you mean. The act of designing a form is the same as
creating a form. Maybe I'm missing something. Post back and provide some
details about what you want to do. HTH Otto
"Marlene" wrote in message
...
I can find plenty of help on designing and tweaking a form, but how do you
actually create one? I am using Excel 2003.

Thank you



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default how do i create a form in excel?

Thank you very much for the response. I suppose I was thinking that the
simple task of creating a form that would enable a user to tab between
"fields" and enter data as well as select information from drop down lists
would not include vb codes and the like.

I was able to find out how to use "Data"-"Validation" to create the drop
down lists, but it is still not as user friendly, or visually appealing as I
would like.

But I am grateful for any help or hints you can provide.

Thank You,

Marlene

"Otto Moehrbach" wrote:

Don't know what you mean. The act of designing a form is the same as
creating a form. Maybe I'm missing something. Post back and provide some
details about what you want to do. HTH Otto
"Marlene" wrote in message
...
I can find plenty of help on designing and tweaking a form, but how do you
actually create one? I am using Excel 2003.

Thank you






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 do I create a form in Excel? Panther30 Excel Worksheet Functions 1 May 22nd 07 11:05 PM
Create a form in excel so I can enter data using DataForm Lynn Excel Discussion (Misc queries) 2 February 14th 07 06:35 PM
I am trying to create a form in Excel. In my form I want to be abl AngelaD Excel Discussion (Misc queries) 2 January 5th 07 03:16 PM
How do I create a database from an Excel form? FIRESIGN98 Excel Discussion (Misc queries) 1 January 5th 06 08:58 PM
How do I create a form in Excel? arethia Excel Discussion (Misc queries) 1 January 25th 05 11:46 PM


All times are GMT +1. The time now is 02:06 AM.

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"