Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My company finally upgraded to Excel 2007. I've been reading in this
newsgroup about user forms and thought that once I finally got 2007 I'd see for myself. But looking in the help files, I don't see anything for User Forms. Is this just a slang term for the Developer tab? What am I missing? Thanks! Jennifer |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jennifer,
Hold down the Alt key while pressing the F11 key to get a VBE window, then go to help in that window and type in userform. Steve Yandl "Jennifer" wrote in message ... My company finally upgraded to Excel 2007. I've been reading in this newsgroup about user forms and thought that once I finally got 2007 I'd see for myself. But looking in the help files, I don't see anything for User Forms. Is this just a slang term for the Developer tab? What am I missing? Thanks! Jennifer |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A user form is a file platform that allows a user to build a set of controls
which can be used to manipulate data on the worksheets, received user input and display selected data, to name a few uses. In xl2003 and earlier, you could access the VBE by pressing Alt + F11 and then InsertUserForm to display the basic form breadboard. I do not have xl2007 or later but I understand that you do have to use the Developer ribbon to access the Visual Basic facilities of Excel. Once in, you should be able to insert the form in the same manner. "Jennifer" wrote in message ... My company finally upgraded to Excel 2007. I've been reading in this newsgroup about user forms and thought that once I finally got 2007 I'd see for myself. But looking in the help files, I don't see anything for User Forms. Is this just a slang term for the Developer tab? What am I missing? Thanks! Jennifer |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you both for the reply! Much appreciated.
|
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 30 Nov 2009 15:05:46 -0500, "JLGWhiz" wrote:
I do not have xl2007 or later but I understand that you do have to use the Developer ribbon to access the Visual Basic facilities of Excel. You can do it that way. But you can also access the VBE with <alt-F11 --ron |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Debra Dalgleish has some getstarted instructions for userforms at:
http://contextures.com/xlUserForm01.html Jennifer wrote: My company finally upgraded to Excel 2007. I've been reading in this newsgroup about user forms and thought that once I finally got 2007 I'd see for myself. But looking in the help files, I don't see anything for User Forms. Is this just a slang term for the Developer tab? What am I missing? Thanks! Jennifer -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date field in user form & Loading a user form on opening workbook | Excel Programming | |||
Call user form from ThisWorkbook; close file if form closed | Excel Programming | |||
Automatically add a textbox to a user form based on user requireme | Excel Programming | |||
User form ComboBox Items: Remember user entries? | Excel Programming | |||
How to: User Form to assign a user defined range to a macro variab | Excel Programming |