Trying to convert a Lotus 123 macro to Excel

dping222

New Member
Joined
Apr 7, 2002
Messages
3
Hello,

I am trying to perform the following operation in excel:

{IF @CELLPOINTER("TYPE")<>"B"}{DOWN}{BRANCH COPYLINE}
{IF @CELLPOINTER("TYPE")="B"}{UP}{EDIT-COPY}{DOWN}{EDIT-PASTE}{BRANCHCOPYLINE}
{BRANCHCOPYLINE}

Any suggestions?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi,

Not too many Lotus users here. Please explain what the 123 code does -- in detail where necessary -- and we can likely code it in Excel.

Bye,
Jay
 
Upvote 0
Hi
Ive commented o this B4 IBM Lotus will or part willwork in VBA but to be honest your need to re write the whole code..

Sorry not very compatable,,,,

MS homepage has details on what wil and wont convert for reference .. little help i know.. sorry.
 
Upvote 0
Basically, all I'm doing is filling in the blanks with the number above within the column:

41114 41114
blank 41114
41151 turns into 41151
blank 41151
blank 41151
blank 41151
41161 41161
blank 41161

It simply evaluates the current cell and if blank, goes up and copies the cell above it and pastes it into the empty cell until it hits another number and then repeats the process.

Thanks alot for your help guys!
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,205
Members
448,554
Latest member
Gleisner2

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