I’m running into some challenges when I move code from Excel’s VBA to XLSPadlock VBA.
- The “_” flags an error when used on continuation statements. Is this a restriction?
- MSGBOX apparently needs all parameters. “, ,” generates an error.
- 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?
- I can’t seem t get back to the VBA code that’s part of Excel when this happens.