Creating a menu in compiled excel to load other compiled workbooks

Can I use xlspadlock to create an excel ‘launcher’ menu program that will be compiled and have buttons connected to VBA scripts that will launch other Compiled solutions?

I have a series of excel workbooks linked to a central menu system, all built in excel. i want to compile all and link them to USB sticks

Sure, you can do that.
To get the path to the folder that contains the launcher EXE file, XLS Padlock offers a VBA function: see the 9.1 paragraph of our user guide: “Get the path to a file in the same folder as the compiled workbook”.

Then you can place the EXE files you want to launch in the same folder as the launcher or even in subdirectories.

Excellent! many thanks for this!

brgds

Mdw