Hello!
I have created a worksheet using :
Dim wkSheet As Worksheet
Set newWkSheet = ActiveWorkbook.Sheets.Add
Now i want to copy data from another exiting sheet to this new blank sheet. How can i do that?
Any help would be greatly appreciated.
Thank You.
I have created a worksheet using :
Dim wkSheet As Worksheet
Set newWkSheet = ActiveWorkbook.Sheets.Add
Now i want to copy data from another exiting sheet to this new blank sheet. How can i do that?
Any help would be greatly appreciated.
Thank You.