Ok, so I am relatively new to vba and i need to show a userform if a cell is empty, but for some reason it is not running correctly. Could i get some help or advice on how to better handle please.:)
Sub Auto_Open()
Worksheets("Report Disposition").Activate
If IsEmpty("D3:J3") Then...