Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
TextBox1.Text = rng(1, "Start_1").Text
Start_1 is a range of cells ( AU3 :AU36) defined on the active worksheet. I want the text from TextBox1 to be placed into the Start_1 of the current row. I want to use Defined Names, so that over time if I have to add or subtract columns I will not have to go back and re-point all my references. The code I used before was TextBox1.Text = rng(1, 47).Text (this is just one of dozens of lines code), but if I added or removed columns the references all had to be readjusted. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to update a column in a work based on another work sheet | New Users to Excel | |||
how can i automatically generate work order numbers from work orde | Excel Discussion (Misc queries) | |||
flash object dont work in my excel work sheet | Excel Discussion (Misc queries) | |||
Counting dates in multiple work sheets and work books | Excel Discussion (Misc queries) | |||
Is there away to keep "auto save" from jumping to the first work sheet in the work book? | New Users to Excel |