How to copy two pages into same new workbook???

N

nona

I've used the following commands to make a sheet appear automaticly into
a new workbook. How can I make page1(=Blad1) and page3(=Blad3) appear
in the same new workbook?


Private Sub CommandButton1_Click()
Save.Hide
Blad1.Copy
Opslaan.Show
End Sub

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top