Thread: Forms & Excel
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben[_2_] Gord Dibben[_2_] is offline
external usenet poster
 
Posts: 621
Default Forms & Excel

UserForms are created using VBA

Have a look at Debra Dalgleish's site for how to create a UserForm.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Thu, 17 Mar 2011 23:53:59 +1100, "Vacuum Sealed" wrote:

Hi all

I have seen some folk posting questions relating to "Form(s)"..

Just need a point of clarification outlining if the term "Form(s)" is
similar to those used in MSAccess, or is it a term used purely to identify a
Worksheet that someone structured to emulate / look like it which contains
Navigational Macro Buttons.

I can find no reference to "Forms" and or creating them in the help file
(Using XL2007 BTW).

The only reason I am asking is that I noticed this peice of code in this NG:

SUB ShowTheForm()
userform1.Show
END SUB

Is this feature something that is only included in 2010 as it would be so
handy rather than having to manually size and spacing everything....

Look forward to your comments.

TIA
Mick.