A Lotus macro that I need to run in Excel

Status
Not open for further replies.

Jeff Stanley

New Member
Joined
Oct 31, 2003
Messages
8
Here is the macro that we ran in Lotus:

{IF SPEC="CH"}/RVSPECCH~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="AG"}/RVSPECAG~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="RR"}/RVSPECRR~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="BE"}/RVSPECBE~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="AB"}/RVSPECAB~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="MAGNELOO"}/RVSPECMAGNELOO~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="RV"}/RVSPECRV~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="KALAOO"}/RVSPECKALAOO~DIMENSIONS~{CALC}:PRSPRESSCHART~G
{IF SPEC="KALAGR"}/RVSPECKALAGR~DIMENSIONS~{CALC}:PRSPRESSCHART~G

If the range named SPEC="CH" - / range SPECCH was copied to the range named DIMENSIONS - and the range name PRESSCHART was printed. It kept running until it found a match. We need to have the macro look for a match from a long list of choices - we have many specs. Hope this is enough information? Thanks for your help!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Status
Not open for further replies.

Forum statistics

Threads
1,223,937
Messages
6,175,525
Members
452,651
Latest member
wordsearch

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