diddi
Well-known Member
- Joined
- May 20, 2004
- Messages
- 3,337
- Office Version
- 2010
- Platform
- Windows
greets all. i am trying to use a third party .ocx on a form and when i reference it in a Class module it errors because i dont know what to put in front of "PushButton"
normal version...
all good.
new version...
normal version...
Code:
Public WithEvents allButtons As MSForms.CommandButton
all good.
new version...
Code:
Public WithEvents allButtons As PushButton