PC Review


Reply
Thread Tools Rate Thread

Black out Background of Userform

 
 
Jeff
Guest
Posts: n/a
 
      23rd Jun 2008
Hi,

When my spreadsheet is opened, a userform automatically pops up. My
question is is it possible to black out the background, so you can't see
excel.

I thought it would look better if there was Blue in the background.

Thanks for your help.
 
Reply With Quote
 
 
 
 
FSt1
Guest
Posts: n/a
 
      23rd Jun 2008
hi
you can hide excel and keep the form visible when you load your form.

application.visible = false

you can load a background picture...

ActiveSheet.SetBackgroundPicture ("C:\My Documents\My Pictures\mypic.jpg")

otherwise the form would appear in the middle of your desktop theme.
then when you close your form..

application.visible = true

this will make excel visible again.

regards
FSt1

"Jeff" wrote:

> Hi,
>
> When my spreadsheet is opened, a userform automatically pops up. My
> question is is it possible to black out the background, so you can't see
> excel.
>
> I thought it would look better if there was Blue in the background.
>
> Thanks for your help.

 
Reply With Quote
 
Jeff
Guest
Posts: n/a
 
      23rd Jun 2008
Thanks for your advice,

Now the userform looks a lot better!

"FSt1" wrote:

> hi
> you can hide excel and keep the form visible when you load your form.
>
> application.visible = false
>
> you can load a background picture...
>
> ActiveSheet.SetBackgroundPicture ("C:\My Documents\My Pictures\mypic.jpg")
>
> otherwise the form would appear in the middle of your desktop theme.
> then when you close your form..
>
> application.visible = true
>
> this will make excel visible again.
>
> regards
> FSt1
>
> "Jeff" wrote:
>
> > Hi,
> >
> > When my spreadsheet is opened, a userform automatically pops up. My
> > question is is it possible to black out the background, so you can't see
> > excel.
> >
> > I thought it would look better if there was Blue in the background.
> >
> > Thanks for your help.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I reverse white text on black background to black on white? Confused Microsoft Word New Users 1 15th Jun 2008 03:16 PM
Black background, black font on incoming emails. How do I change =?Utf-8?B?U0xCZWNr?= Microsoft Outlook Discussion 0 28th Jun 2007 07:18 PM
Two black background colorsin Format-->Background Andrew Lord Microsoft Powerpoint 4 24th Sep 2006 03:37 AM
CMD.EXE in Full Screen displays black text on black background, how do I change this? Lilla Windows XP General 2 17th Jun 2004 07:33 AM
Black Background Brett Windows XP Customization 1 13th Feb 2004 07:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:09 AM.