79220649

Date: 2024-11-24 17:07:25
Score: 0.5
Natty:
Report link

This code will overwrite the sheet named Visible with the contents of the sheet named hidden:

Sheets("Hidden").Cells.Copy Destination:=Sheets("Visible").Range("A1")

You can put code in the Workbook_Open() sub to have it run when the workbook is opened.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sillycone