G
Guest
I created a worksheet template but the problem is that a new workbook is not
created when the new worksheet is created. The purpose of a new workbook is
to get the creation date of the workbook for subtracting time out from time
in.(See Code Below)
Cells(30, 3).Value =
Format(Application.ActiveWorkbook.BuiltinDocumentProperties("Creation Date"),
"h:mm am/pm")
How do I use VBA to create a new workbook and can I put an icon on the
desktop to run this code?
created when the new worksheet is created. The purpose of a new workbook is
to get the creation date of the workbook for subtracting time out from time
in.(See Code Below)
Cells(30, 3).Value =
Format(Application.ActiveWorkbook.BuiltinDocumentProperties("Creation Date"),
"h:mm am/pm")
How do I use VBA to create a new workbook and can I put an icon on the
desktop to run this code?