Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We're trying to create a report with a tool that only understands
formula-macros and doesn't use VBA. We're desperately wanting to add a blank line in the report. Does anyone know of a Excel-4 Macro that adds a new row? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Macro1
=Select("R6") =Insert(2) =Return() or for relative Macro2 =Select("R[2]") =Insert(2) =Return() -- Regards, Tom Ogilvy wrote in message ps.com... We're trying to create a report with a tool that only understands formula-macros and doesn't use VBA. We're desperately wanting to add a blank line in the report. Does anyone know of a Excel-4 Macro that adds a new row? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
page setup with Excel4 & Waiting Form | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming | |||
Excel4 Call to get Function String | Excel Programming |