Personal.xlsb contains code only, and no visible worksheets. Can I do that with another workbook?
Here's why I want to. I developed a set of macros that replicate the old F4 function of repeating a custom search. I may want to share the code, and recommend that the code be placed in personal.xslb.
But, for my own workspace, I keep the code in another folder, where it can be backed up by dropbox, and versioned with Subversion. So, my own personal.xlsb contains only Workbooks.Open "C:\Data\Dropbox\Software....SortCode.xlsm"
This works reasonable well, but the drawback is that the SortCode workbook is required (as far as I can tell) to have one visible worksheet that remains open as long as I want to use the macros.
Is there a better way? I'd like to keep the code less obtrusive.
Here's why I want to. I developed a set of macros that replicate the old F4 function of repeating a custom search. I may want to share the code, and recommend that the code be placed in personal.xslb.
But, for my own workspace, I keep the code in another folder, where it can be backed up by dropbox, and versioned with Subversion. So, my own personal.xlsb contains only Workbooks.Open "C:\Data\Dropbox\Software....SortCode.xlsm"
This works reasonable well, but the drawback is that the SortCode workbook is required (as far as I can tell) to have one visible worksheet that remains open as long as I want to use the macros.
Is there a better way? I'd like to keep the code less obtrusive.