Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I currently have a button that, when clicked, will add a
new sheet to the workbook. It will also open a form with a text box. The intent is to have the user enter text into the text box and have it appear in cell A1 of the new sheet. (and eventually have that value become the name of the sheet). This does not seem to be working correctly. Here is what I have so far: Private Sub Cmd_NewSheet_Click() Load Frm_PStartDate Frm_PStartDate.Show Worksheets.Add.Move after:=Worksheets("Start") Worksheets(2).Range("A1").Value = Txt_PStartDate End Sub Private Sub Cmd_Ok1_Click() Dim Pdate As String Pdate = Txt_PStartDate.Value End Sub Any help is appreciated. Thanks S. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign numerical value to cell based on selection from drop-down m | Excel Discussion (Misc queries) | |||
assign next serial number based on contents of another cell | New Users to Excel | |||
Assign Color to a Cell based on another Cell on a diff Sheet | Excel Worksheet Functions | |||
How can I assign a range starting cell based on a variable locati. | Excel Discussion (Misc queries) | |||
How can I assign a range starting cell based on a variable locati. | Excel Worksheet Functions |