Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to create this using code - not just writing the code below
Private Sub TextBox1_Change() Cells(6, 18).Value = Application.Sheets("Sheet1").TextBox1.Text End Sub .....but to put this code in as code using other code....:) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Michael,
See Chip Pearson's page on VBE programming at; http://www.cpearson.com/excel/vbe.htm --- Regards, Norman "michael v" wrote in message ... Is it possible to create this using code - not just writing the code below Private Sub TextBox1_Change() Cells(6, 18).Value = Application.Sheets("Sheet1").TextBox1.Text End Sub ....but to put this code in as code using other code....:) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanx a lot....seems to be just what I needed...
"Norman Jones" wrote in message ... Hi Michael, See Chip Pearson's page on VBE programming at; http://www.cpearson.com/excel/vbe.htm --- Regards, Norman "michael v" wrote in message ... Is it possible to create this using code - not just writing the code below Private Sub TextBox1_Change() Cells(6, 18).Value = Application.Sheets("Sheet1").TextBox1.Text End Sub ....but to put this code in as code using other code....:) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Private Sub() - Sub() | Excel Discussion (Misc queries) | |||
re : Possible to run private sub macros by writing another private | Excel Programming | |||
private sub | Excel Programming | |||
Private Sub Running Other Private Sub Inadvertently | Excel Programming | |||
Private Sub | Excel Programming |