Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry just posted to wrong group
If I add a column to an existing workbook/sheets...do I have to recreate existing macros in that workbook..or will they 'auto-adjust' to the new column inserted ? The existing macros work on various columns with different functions Thanks, Tim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Macros will not auto adjust.
-- HTH... Jim Thomlinson "Tim" wrote: Sorry just posted to wrong group If I add a column to an existing workbook/sheets...do I have to recreate existing macros in that workbook..or will they 'auto-adjust' to the new column inserted ? The existing macros work on various columns with different functions Thanks, Tim |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Depends upon how your macro is written.
If hard-coded, they will not adjust. If relatively-coded they should adjust. Gord Dibben MS Excel MVP On Tue, 6 Nov 2007 09:03:45 -0700, "Tim" wrote: Sorry just posted to wrong group If I add a column to an existing workbook/sheets...do I have to recreate existing macros in that workbook..or will they 'auto-adjust' to the new column inserted ? The existing macros work on various columns with different functions Thanks, Tim |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your last column was C and you wrote "Range(Selection,
Selection.offset(3,1)).select" intending to select all the way to the rightmost cell, your macro would then have a logic error once you inserted a column. But if you wrote "Range(Selection, Selection.end(xltoright)).select" then it would always select the rightmost cell regardless. HTH, JP On Nov 6, 11:03 am, "Tim" wrote: Sorry just posted to wrong group If I add a column to an existing workbook/sheets...do I have to recreate existing macros in that workbook..or will they 'auto-adjust' to the new column inserted ? The existing macros work on various columns with different functions Thanks, Tim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding buttons with Macros assinged to new computer | Setting up and Configuration of Excel | |||
Adding macros to toolbars | Excel Discussion (Misc queries) | |||
ex.=($B$4+C4) in macros for row why adding rest | Excel Worksheet Functions | |||
ex.=($B$4+C4) in macros for row why adding rest | Excel Worksheet Functions | |||
How do I save a workbook as a new workbook by using macros? | Excel Discussion (Misc queries) |