S
Shaka215
ProgramEntries.Show 1 causes VBA to open up in break mode and
highlight the command. VBA does not give any error messages and there
is no error in the statement I providing VBA (I think). I can't
figure out what the heck is wrong with my command. Any ideas?
Private Sub CommandButton10_Click()
ProgramEntries.Show 1
End Sub
Command Button 10 is on a UserForm.
Any help is much appreciated!!!
highlight the command. VBA does not give any error messages and there
is no error in the statement I providing VBA (I think). I can't
figure out what the heck is wrong with my command. Any ideas?
Private Sub CommandButton10_Click()
ProgramEntries.Show 1
End Sub
Command Button 10 is on a UserForm.
Any help is much appreciated!!!