F
Francis Hookham
Range B3:C9 is named ³ProjectDetails² in the sheet named ³Schedule²
I need to copy the ProjectDetails from time to time into the sheet named
³List² as the macros steps
Recording the macro I would
Application.Goto Reference:="ProjectDetails"
Selection.Copy
and return to the ActiveCell in sheet ³List² and Paste
As the macro steps through from cell to cell how can I do this without the
waste of time switching backwards and forwards between sheets?
Something like:
ActiveCell = ProjectDetails
Thanks again
Francis Hookham
I need to copy the ProjectDetails from time to time into the sheet named
³List² as the macros steps
Recording the macro I would
Application.Goto Reference:="ProjectDetails"
Selection.Copy
and return to the ActiveCell in sheet ³List² and Paste
As the macro steps through from cell to cell how can I do this without the
waste of time switching backwards and forwards between sheets?
Something like:
ActiveCell = ProjectDetails
Thanks again
Francis Hookham