mikerickson
MrExcel MVP
- Joined
- Jan 15, 2007
- Messages
- 24,355
If I want a variable to source events from a userform's textbox, I would use
.
What class would I use to source events from a RefEdit control?
There is no msForms.RefEdit class.
Thanks.
(Yes, I know they are buggy as all get out. )
Code:
Public myTextBox as msForms.TextBox
What class would I use to source events from a RefEdit control?
There is no msForms.RefEdit class.
Thanks.
(Yes, I know they are buggy as all get out. )