View Full Version : [SOLVED:] Userform instructions
DeanP
11-30-2018, 04:30 AM
I am creating a userform in excel. I want to include "instructions" in the userform itself to guide users when filling in the form. Does anyone know how to do this, or point me to a resource that will explain?
I cannot find anything when doing my own search.
Logit
11-30-2018, 07:23 AM
.
If the instructions are lengthy I would consider using a second user form to be opened with the instructions embedded therein.
If the instructions are short, I would consider using a MsgBox with the instructions. Maybe click on the label for each control would
activate the MsgBox ?
DeanP
11-30-2018, 07:42 AM
.
If the instructions are lengthy I would consider using a second user form to be opened with the instructions embedded therein.
If the instructions are short, I would consider using a MsgBox with the instructions. Maybe click on the label for each control would
activate the MsgBox ?
Thank you for this. I had not considered a message box before, but I think that would be a good solution for me.
Rob342
11-30-2018, 08:27 AM
You can also use control tip text in properties for each input box
just another way, the text will appear when you hover over with the mouse
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.