Limitations on VBA in compiled format

StevegHI

Member
I’m running into some challenges when I move code from Excel’s VBA to XLSPadlock VBA.
  1. The “_” flags an error when used on continuation statements. Is this a restriction?
  2. MSGBOX apparently needs all parameters. “, ,” generates an error.
  3. When I attempt to save, I get an “Internal Error Unable to save file [filename]” Is this because it must compile correctly before you can save it?
  4. I can’t seem t get back to the VBA code that’s part of Excel when this happens.
Any ideas?
 
Back
Top