excel - VBA to save worksheet with a specific name -


hi simple answer im new vba.

i have worksheet in workbook. worksheet has specific reference in cell a1 changes each time used. order number , formatted 03 01 15. next 03 02 15, 03 03 15 , on.

what want use vba save sheet in new workbook in orders folder, , new workbook called order number.

i can use record macro function basic vba copy sheet, open new workbook, paste values , close workbook, im struggling getting name right. each new workbook have different name based on order number.

any appriciated.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -