Array
Hi
I am using the formula below to copy a worksheet, which is then pasted out to another workbook.
ThisWorkbook.Worksheets(Array("Tab name")).Copy
is it possible for me to use a cell value instead of having to enter the worksheet name
or
read the Worksheet tab and use this value
thanks
kevin
|