HI I need some help with VBA
I have a Purchase Order form which has a self incrementing cell in B8
I do not want to rely on users to save the file with a different name to avoid overwriting.
Is it possible to make the file automaticlly save ie Thisworkbook.saveas for example
Something along these lines:
Saveas C:mybackuppo_ then add the po number from cell B8 so that the file would be saved as po_00001
I would like this to happen on the workbook open event if possible.
So the user would not even see the origional template.
I am using Excel 2010
Many Thanks in advance
Regards
Braddy