A
Alex
I've written a code to control how the file name is saved in order to keep a standard name pattern, using the Beforesave event to trap the saving routine, processing the filename text string and then finishing it with the .Saveas method.
Such code has worked fine in Excel, but when used in MS Project it is leading to a infinite loop. The cause I found to be the missing .Enableevents propriety that was used in Excel, but I couldn't find it in MSP nor an equivalent.
Please, if anyone has any suggestion on how to break the loop, is more than welcome.
Regards,
Alex
Such code has worked fine in Excel, but when used in MS Project it is leading to a infinite loop. The cause I found to be the missing .Enableevents propriety that was used in Excel, but I couldn't find it in MSP nor an equivalent.
Please, if anyone has any suggestion on how to break the loop, is more than welcome.
Regards,
Alex