Hello there,
I am not new anymore to VBA, but I'm still strugglin:
I have made 6 modules, all using the
Dim PROJECT As Workbook
Dim REGISTER As Worksheet
Secondly they all use
Set PROJECT = Workbooks("Project Register TEST.xlsm")
Set REGISTER = PROJECT.Sheets("ProjectRegister")
Now because...