Quote:
Originally Posted by Logit
Here are a few things I've reviewed and have questions about. These questions ...
On the Calcs Sheet U11:U16 being referenced on the UserForm Initialize event for
several of the Textboxes.
Why ?
|
A friend built this macro. Im not sure which textboxes he was meaning here.
Quote:
Originally Posted by Logit
On UserForm but not on GrpRecords :
Denomination
Why ?
|
Column 'T' on GrpRecords
Quote:
Originally Posted by Logit
What are your thoughts why using this ?
If Denomination.Value = "" Then
Denomination.SetFocus
Else:
If Church.Value = "" Then
Church.SetFocus
Else
Web.SetFocus
End If
End If
|
Sounds like it might be a plan. Can you explain how this would behave? A hypothetical example maybe?