Hi, i´m using the macro below to copy data from one sheet to all other sheets. It works great but i would like to exclude one page named statistics. Anyone who knows how to do it?
The macro:
Dim ws As Worksheet
Sheets.FillAcrossSheets ws.Range("F5:H5")
Set ws =...