gravanoc
Active Member
- Joined
- Oct 20, 2015
- Messages
- 353
- Office Version
- 365
- Platform
- Windows
- Mobile
I'm trying to convert some spreadsheet macros to VBA. I'm thinking they are either Excel 4.0 Macros or Lotus macros. If someone could point me where to look to better understand these.
I get that the RIGHT, LEFT, etc. are probably just telling the active selection to move in that direction, GOTO means to go to a cell, & END with a direction means to move until the next active cell in that direction.. QUIT ends the macro. /CONE, /CTWO, etc. are probably labels, but they break from that pattern further down.
I don't know what the tildes represent - sometimes there is one tilde, sometimes two. Also unsure about the dots, the question mark, etc.
Might have used the \A, \B, etc. to activate the macro.
I get that the RIGHT, LEFT, etc. are probably just telling the active selection to move in that direction, GOTO means to go to a cell, & END with a direction means to move until the next active cell in that direction.. QUIT ends the macro. /CONE, /CTWO, etc. are probably labels, but they break from that pattern further down.
I don't know what the tildes represent - sometimes there is one tilde, sometimes two. Also unsure about the dots, the question mark, etc.
Might have used the \A, \B, etc. to activate the macro.