I don't like wide code, especially when it forces me to scroll. So having written this:
If _item.SubItems(pd.perioddate).Text = "N/A" Or _item.SubItems(pd.perioddate).Text = String.Empty Then
dtpDeadlineforAP.Checked = False
End If
Is there a decent way to thin it down, make it more elegant?