Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used macro to record some steps.
When I run the macro, I got errors becos the cell address are hard-coded in the macro. what to do if I want the macro to do things like these, starting at the active cell? subtotal move 2 cells left type a text insert a row |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See the Excel/VBA/Beyond Excel's recorder page of my web site.
-- Regards, Tushar Mehta www.tushar-mehta.com Business solutions leveraging technology Microsoft Most Valuable Professional (MVP) 2000-2004 In article , oswald88 @singnet.com.sg says... I used macro to record some steps. When I run the macro, I got errors becos the cell address are hard-coded in the macro. what to do if I want the macro to do things like these, starting at the active cell? subtotal move 2 cells left type a text insert a row |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Teak
When recording the macro, first hit the "Relative Reference" button on the Stop Recording Toolbar. Gord Dibben Excel MVP On Thu, 15 Apr 2004 10:40:53 +0800, "Teak" wrote: I used macro to record some steps. When I run the macro, I got errors becos the cell address are hard-coded in the macro. what to do if I want the macro to do things like these, starting at the active cell? subtotal move 2 cells left type a text insert a row |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TOC with link to fixed cell, NOT tab | Excel Discussion (Misc queries) | |||
How can I assign a data for one cell from another fixed cell? | New Users to Excel | |||
How do I keep fixed and Non-fixed decimals on a sheet together? | Excel Worksheet Functions | |||
how do I insert the address of a selected cell into a fixed cell | Excel Discussion (Misc queries) | |||
drawdown at fixed rate over set period from investment at fixed % | New Users to Excel |