I know how to get Personal.xls created by user intervention, simply by recording a new macro to the "Personal Macro Workbook." But if I want to spare the user this step, is there an easy programmatic way to do it, short of just mimicking its operation?
If I have to mimic its operation, I'll need to know the location of the user's XLSTART folder. I can assume that it is at {User Documents and Settings Path}\Application Data\Microsoft\Excel\XLSTART but I don't like to assume. Is there a way in Excel to simply get the path of the current XLSTART folder for the current user?
If I have to mimic its operation, I'll need to know the location of the user's XLSTART folder. I can assume that it is at {User Documents and Settings Path}\Application Data\Microsoft\Excel\XLSTART but I don't like to assume. Is there a way in Excel to simply get the path of the current XLSTART folder for the current user?