VBA – Make Userform Transparent
Make Userform Transparent
Tek-Tips has a nice post in their forums for making User Forms in Excel transparent.
Simply copy and paste the code from the post to your Form’s module, immediately below Option Explicit, and your form is transparent.
You can also set the level of transparency by altering the line “bytOpacity = 192”
VBA Coding Made Easy
Stop searching for VBA code online. Learn more about AutoMacro – A VBA Code Builder that allows beginners to code procedures from scratch with minimal coding knowledge and with many time-saving features for all users!