Hi,
Right now, I have the vba code in place to extract the pivot tables from employees tab and display them in the master tab.
I am trying to extract the names employees (cell C3) from various tabs to the master tab and display them a cell above the pivot table on the master tab.
is this the right code to extract names?
![]()
' EmpName = ws.cells(c,3).Copy Destination:=worksheets("Master").cells(CellRef-1,1)
Bookmarks