Hi!
all my previous question I found answers on on this forum, but on the following question I couldn't find any related topics:
I'm trying to write a VBA code to copy paste 2 sheets of my workbook to a new book. So far no problem with VBA code below:
Sub Button1_Click()
With ThisWorkbook...