Thread: [Solved] Data Input Form question
View Single Post
 
Old 04-01-2017, 03:12 AM
Cyberseeker Cyberseeker is offline Windows 10 Office 2010 32bit
Advanced Beginner
 
Join Date: Jun 2016
Posts: 44
Cyberseeker is on a distinguished road
Default

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?
Reply With Quote