Thread
:
Workbook Copy
View Single Post
#
2
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Workbook Copy
Hi Ashman,
Try:
Sub Tester()
ActiveWorkbook.SaveCopyAs ("MyCopy.xls")
End Sub
---
Regards,
Norman
"Ashman" wrote in message
...
Does anyone know if you can copy a workbook?
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones