View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_50_] Dave[_50_] is offline
external usenet poster
 
Posts: 6
Default Looking for Lotus 123 menu equivalents

I've just been given the task of converting a very old Lotus 123
spreadsheet, with LOADS of macros, to MS Excel 2003. I don't really have a
problem with the VBA programming, but can't find a listing of the old lotus
menu structure for use in interpreting the macros.

As an example, one cell of a multi-cell keyboard macro contains
{GOTO}G3~/RFP~G3.G108~{GOTO}A3~/RFF~C13.C109~{GOTO}Y3~/RFF~Y3.Y109~.
Although the {GOTO}G3~ seems fairly straight forward, /RFP~G3.G108~ does
not.

Does anyone know of a listing of the '/' menu commands so that I can begin
to decipher what these macros do?

Thanks in advance for your help.

Dave