Hi guys,
I currently have a userform that takes data, posts onto a spreadsheet and is used to create reports.
To run the form as an application on colleagues' desktops I am currently hiding Excel while the macro runs using ThisWorkbook.Application.Visible = False.
It has become apparent that...