Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form which has a number of TextBoxes that have their ControlSource
property set to various cells in row 2 of a worksheet. The routine which displays the form begins by inserting a new row as row 2 (.Insert shift=:xlDown) so that row 2 is blank. It then does Application.Calculate (should not be necessary) and finally shows the form. The first time the form is displayed the TextBoxes show the values that are in row 3 rather than the blank values that are in row two. If I change a TextBox the corresponding in cell in row 2 changes as it should. Why is the form displaying values in row 3 in TextBoxes whose ControlSource is set to row 2? How can I fix it. MANY thanks for any help on this one. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with TAB key and Textbox controls | Excel Programming | |||
Controlsource | Excel Programming | |||
TextBox SetFocus Problem | Excel Programming | |||
ControlSource problem | Excel Programming | |||
Excel textbox problem | Excel Programming |