VBA: Transparent Forms

January 7th, 2005 | Categories: VBA | Tags:

transparentTek-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″

  1. Alkesh
    April 14th, 2010 at 02:22
    Reply | Quote | #1

    Very nice & good Development in Advance to Developers world.