Lotus macro that I need for an Excel file

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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,223,939
Messages
6,175,533
Members
452,652
Latest member
eduedu

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