Good afternoon.
I've written a bit of code that copies the cell you've got selected, switches over to a schedule and then pastes that value in the next available cell in a named range of cells.
My code is as follows:
Sub CopytoSchucoSchedule()
Dim FindBlank As Range...