Thread: copying sheets
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default 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