Thread: Copy Worksheet
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Copy Worksheet

Thanks for the feedback.
--
Gary''s Student - gsnu200857


"reklamo" wrote:

Thanks, it's working

Regards
reklamo


"Gary''s Student" wrote:

Sub msheet()
Application.Dialogs(xlDialogWorkbookCopy).Show
End Sub

--
Gary''s Student - gsnu200857


"reklamo" wrote:

I want to copy one worksheet to another open workbook with VBA.
I want the user to select any of the open workbooks to copy the worksheet to.
How can I call the dialog "Move or Copy Sheet..." from VBA?

Thanks for your help
reklamo