binding spreadsheet columns to form text boxes.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I used the VB editor to build a tab form. I need to bind the text boxes to the spreadsheet columns. I also need to write code for Next and Previous buttons, and an Add New button. Any help would be greatly appreciated!
 
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.


--
Regards,
Tom Ogilvy





mdub said:
I used the VB editor to build a tab form. I need to bind the text boxes
to the spreadsheet columns. I also need to write code for Next and Previous
buttons, and an Add New button. Any help would be greatly appreciated!
 
Back
Top