paipimenta
Board Regular
- Joined
- Apr 7, 2010
- Messages
- 103
Hello,
I have a userform that I launch from a workbook that is used for non-technical users to make changes to said workbook. I want to have a "View Category Tree" button on the userform that, when clicked, will launch ANOTHER userform/window (MsgBox is too simple) that displays an outline of the master/sub categories with their questions. Example:
I want to put this in an unchangeable textbox with a scroller on a window that pops up when I click "View Category Tree". How do I do this? Can I do it with a MsgBox? Do I need to insert another UserForm in my workbook, or can I create it on the fly?
I have a userform that I launch from a workbook that is used for non-technical users to make changes to said workbook. I want to have a "View Category Tree" button on the userform that, when clicked, will launch ANOTHER userform/window (MsgBox is too simple) that displays an outline of the master/sub categories with their questions. Example:
Code:
Excel Basics
Menu Structure
File
Edit
View
Insert
etc.
Cell Formatting
Number
Alignment
Font/Border/Patterns
Protection
Beginning VBA
Recorded Macros
Highlighting
Sorting/Filtering
Editing Recorded Macros
Filtering for current cell value
I want to put this in an unchangeable textbox with a scroller on a window that pops up when I click "View Category Tree". How do I do this? Can I do it with a MsgBox? Do I need to insert another UserForm in my workbook, or can I create it on the fly?