Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to record a few macros but i am finding that because the data has
variables in it i.e. things that change (column/row number, sheet no etc) the macro stops working. it is unable to apply itself to a number of different situations and adjust accordingly, for example, where the column number changes or the number of rows etc. How can i code the macro to allow for many different variables? thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi.
the macro recorder records all of your actions on the mouse and keyboard then when you run the macro, it duplicates all of your previous actions. as you have learned. making a recorded macro generic can vary depending on what actions you want performed. there is no "one size fits all" solution. post one of your macros so that we can have a better idea on what your are trying to accomplish. Regards FSt1 "Zak" wrote: I am trying to record a few macros but i am finding that because the data has variables in it i.e. things that change (column/row number, sheet no etc) the macro stops working. it is unable to apply itself to a number of different situations and adjust accordingly, for example, where the column number changes or the number of rows etc. How can i code the macro to allow for many different variables? thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros in Personal.xls that would create two toolbars and buttonswith assigned macros | Excel Programming | |||
choose default macros Not Enabled / Macros Enable Setting | Excel Programming | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
Macro Size Limit / open macros with macros? | Excel Programming |