Help for an old Macro

Bercilak

Board Regular
Joined
Apr 11, 2007
Messages
50
A co-worker asked me to help with an old workbook that appears to have some really old macros. I have been working with VBA for more than 3 years and I have NEVER seen this. The macros are simply listed on a worksheet and are not the VBA editor. Does anyone have any ideas on where to look for help on this fossil? Thanks for any help you can offer!!!



ROMP

=SELECT(!rompdataclear)
=CLEAR(3)
=FORMULA.GOTO("START")
=ECHO(FALSE)
=FOR("counter",!l1_START,!L1_stop,1)
=FORMULA(counter,!selected_issue)
=FOR("counter2",L2_start,L2_stop,1)
=FORMULA(counter2,!maturity_selected)
=MESSAGE(TRUE,"Please Wait …. Calculating Bond Issue "&TEXT(counter,"0")&" of "&TEXT(!L1_stop,"0")&" / Maturity "&TEXT(counter2,"0")&" of "&TEXT(!l2_stop,"0"))

=CALCULATE.NOW()

=FORMULA(!selected_issue*1000+Maturity_Selected,ACTIVE.CELL())

=SELECT("rc[1]")
=FORMULA(!series_name,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_matdate,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!accreted_value,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_avalue,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_coupon,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_call,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_premium,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!selected_refundable,ACTIVE.CELL())
=SELECT("rc[2]")

=IF(!selected_avalue>0)
=FORMULA(0,!use_mkt_move)



=RUN("Solve",FALSE)
=FORMULA(!ref_par,ACTIVE.CELL())
=SELECT("rc[1]")

=FORMULA(!arb,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!ref_savings,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!ref_savper,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(1,!use_mkt_move)
=RUN("Solve",FALSE)
=FORMULA(!ref_savings,ACTIVE.CELL())
=SELECT("rc[1]")
=FORMULA(!ref_savper,ACTIVE.CELL())

=SELECT("r[1]c[-15]")

=ELSE()
=SELECT("r[1]c[-10]")
=END.IF()



=NEXT()
=NEXT()


=MESSAGE(FALSE)
=RETURN()
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi,
this looks more like a list of formulas that do similar things than a macro. id say the book just refers to a cell that it wants to run. ie =message blah rather than vba itself.

what are you needing to do with this? add to vba or addmore macros?
 
Upvote 0
This looks like an Excel 4.0 macro (an XLM macro) which is on a special Excel 4.0 macro sheet. All later versions of Excel can (apparently) still run these directly.
A Microsoft Excel 4.0 Macro Function Help file contains the reference information for all of the Excel 4.0 macro functions (XLM macros) available in Excel. You can download the Excel 2000 Help File: Running Excel 4.0 Macros from Downloads on Microsoft Office Online, when the site is up, which it doesn't seem to be right now.

See also here: http://www.brighthub.com/computing/windows-platform/articles/84345.aspx
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,875
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top