Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
When my form loads I would like the text box to display the contents of the activecell I thought the code below would accomplish my goal But the textbox is empt when the forrm is displayed The name of the form is correct and the name of the text box is correct No errors are cast Thanks! goss Code: Private Sub frmRevenueIntegration_Initialize() txtCurrentDate = ActiveCell.Value End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Echo Contents of ActiveCell into a Text box. | Excel Discussion (Misc queries) | |||
Adding text to an Activecell | Excel Programming | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
How do I insert Text Box in ActiveCell | Excel Programming | |||
If activecell is not text | Excel Programming |