Good Day
I have the following which writes to a specific cell. I would like to extend the range for column H
Thanks
I have the following which writes to a specific cell. I would like to extend the range for column H
Thanks
HTML:
Sub Meet()
If ThisWorkbook.Sheets(1).Range("H15:H15").Value = "" Then
MsgBox "Please Enter a Meeting Number"
Exit Sub
End If
End Sub