top of page
Blog posts
Search
Add an icon to a UserForm's title bar
Adding an icon to a UserForm's title bar can help to give a professional look to your UserForm. The source icon must be a .ico file. If the image file you want to use is not a .ico file then you can use one of a number of online image converters to convert it from .jpg or .png etc to .ico ... search along the lines of "convert to icon file". Once you have your .ico file: 1. Add a UserForm to your VBA Project 2. Add an Image control to the UserForm and change its Name proper
Feb 24, 20222 min read


Articles: Blog2
bottom of page