Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a lot of code in the form;
Sheet4.Range("S" & iCount).Value = Range("B20").Value Sheet4.Range("T" & iCount).Value = Range("C20").Value Sheet4.Range("U" & iCount).Value = Range("D20").Value Sheet4.Range("V" & iCount).Value = Range("E20").Value works fine but I can't easily add columns to the sheet as all the references are then wrong ! Bad design, I'm sure. What can I do about this - can I reference columns differently ? Any other ideas ? Help would be most welcome. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert relative cell references to absolute cell references via amacro? | Excel Discussion (Misc queries) | |||
how do i sum if in two different cell references - Excel | Excel Worksheet Functions | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
Relative Cell References within VBA code | Excel Discussion (Misc queries) | |||
syntax question - cell references in VB code | New Users to Excel |