Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,242
- Office Version
- 365
- Platform
- Windows
I have several ActiveX Textboxes that are linked to several cells with formulas to change the text based on another cell. They are locked and my sheet is protected. This allows the user to click the text box and scroll if the text lines are longer than the control.
Issues:
1. Users don't know how to click away from the control to scroll down through the rest of the Sheet form
2. Sometimes the textboxes resize themselves (I've added code to resize them to their default upon focus)
I would rather use a different control to scroll through the text.
How do I control the scroll bar for an ActiveX Textbox using VBA?
Issues:
1. Users don't know how to click away from the control to scroll down through the rest of the Sheet form
2. Sometimes the textboxes resize themselves (I've added code to resize them to their default upon focus)
I would rather use a different control to scroll through the text.
How do I control the scroll bar for an ActiveX Textbox using VBA?