Help With Forms

M

MAS

I am looking for any websites that can give me some good starting
information on creating forms.

I have got my head around the basics of VBA and created some nice code to do
what I want but now I am looking to create a pretty front end user interface
form and the VBA help files do not help ;-)

Any links to good helpful websites about Forms would be great.

MAS>
 
R

Ron de Bruin

Hi MAS

Tom Ogilvy posted this list

http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

http://support.microsoft.com/default.aspx?scid=kb;en-us;829070
How to use Visual Basic for Applications examples to control UserForms in
Microsoft Excel
 
Top