Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
Thanks for reading this. I'm new to macros, so be gentle with me! I posted this in excel.misc a couple of hours ago without a response so I am trying here. Sorry, but I should have cross-posted. Help! I have recorded a macro to import a file and run a couple of jobs on it. When I look at the macro, it is written with relative references (like [RC]-2 and stuff). Is there any way of changing it so that I can understand it (like H3)? Also , I have written a complex formula which I want the macro to paste into a cell - to save having to retype it. The problem is that when I record the macro, the pasting of the formula into the cell becomes 'ActiveSheet.paste' rather than pasting the actual formula into the cell. Cheers. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Andy,
See my reply in excel.misc - and please don't cross-post in the future. Bernie MS Excel MVP <Andy wrote in message ... Hi all Thanks for reading this. I'm new to macros, so be gentle with me! I posted this in excel.misc a couple of hours ago without a response so I am trying here. Sorry, but I should have cross-posted. Help! I have recorded a macro to import a file and run a couple of jobs on it. When I look at the macro, it is written with relative references (like [RC]-2 and stuff). Is there any way of changing it so that I can understand it (like H3)? Also , I have written a complex formula which I want the macro to paste into a cell - to save having to retype it. The problem is that when I record the macro, the pasting of the formula into the cell becomes 'ActiveSheet.paste' rather than pasting the actual formula into the cell. Cheers. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Relative Cells | Excel Discussion (Misc queries) | |||
Relative cells in macro - and pasting a formula too! | Excel Discussion (Misc queries) | |||
relative references when cutting/pasting | Excel Discussion (Misc queries) | |||
macro to copy absolute cells, then paste relative | Excel Programming |