P
PO
Hi!
I'm trying to assign a copied worksheet to a worksheet variable using the
following code:
Dim sSheet As New Excel.Worksheet
Set sSheet = Sheets("Template").Copy(Before:=Sheets("Template"))
This doesn't work.
Any ideas?
TIA
PO
I'm trying to assign a copied worksheet to a worksheet variable using the
following code:
Dim sSheet As New Excel.Worksheet
Set sSheet = Sheets("Template").Copy(Before:=Sheets("Template"))
This doesn't work.
Any ideas?
TIA
PO