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”