Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI Tom,
Thanks SO much for your reply. In the interim I got just about as far as you described. I can get it to display when I run it but not when I File menu, New and create a new workbook based on my template. Here is the code so far: In Module 1: Sub ShowForm() UserForm1.Show End Sub In UserForm: Private Sub CommandButton1_Click() 'Insert text from textboxes into cells With ActiveDocument Worksheets("Sheet1").Range("A1") = TextBox1.Text Worksheets("Sheet1").Range("A3") = TextBox2.Text End With UserForm1.Hide End Sub It works and enters the values into the cells but I can't get it to launch the userform when I File menu, New, choose the templates and click OK. Any hints? THANKS SO MUCH!!! Next I have to tackle combo boxes as I have to create a purchase order workbook! Yikes. Shauna *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Textbox value based on another textbox value.doc | Excel Discussion (Misc queries) | |||
Calculate Textbox value based on another textbox value | Excel Discussion (Misc queries) | |||
sum by coding | New Users to Excel | |||
TextBox Coding Help | Excel Programming | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |