Sorry if asked before.
I'm using Sheets("Dashboard").Copy Before:=Workbooks("Vice President.xls").Sheets(1) to copy a work sheet from one workbook to another. Both workbooks are open.
Unfortunately it seems that the VBA code from the Dashboard sheet also gets copied. Is there a way to stop the macros, sub routines etc being copied?
smiler44
I'm using Sheets("Dashboard").Copy Before:=Workbooks("Vice President.xls").Sheets(1) to copy a work sheet from one workbook to another. Both workbooks are open.
Unfortunately it seems that the VBA code from the Dashboard sheet also gets copied. Is there a way to stop the macros, sub routines etc being copied?
smiler44