Thread
:
copying sheets
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike
external usenet poster
Posts: 3,101
copying sheets
try this
Sub copyToNewWorkbook()
Sheet1.Copy
End Sub
"KevinB" wrote:
Can I copy Sheet1 from one workbook to Sheet1 in a new workbook? Thank you.
--
Kevin C. Brown
Developer
Reply With Quote
Mike
View Public Profile
Find all posts by Mike