Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default splash screen macro problem

I have a splash screen to open up a spreadsheet, driven through vba. The
object and text boxes within have background colors, so needless to say, I
was not pleased to see no visible text while running the program from my
laptop= the text and boxes were both dark grey. Is there a way to define
the colors by code instead of box 'properties' which are system colors? I
want the box as well as the objects inside to be white, text to be black.

Thanks

Paul


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default splash screen macro problem

Sure for the textboxes if they are from the control toolbox toolbar.

for the worksheet you would need to set the interior color of the cells (and
possibly apply borders as well to get the grid effect).

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I have a splash screen to open up a spreadsheet, driven through vba. The
object and text boxes within have background colors, so needless to say, I
was not pleased to see no visible text while running the program from my
laptop= the text and boxes were both dark grey. Is there a way to define
the colors by code instead of box 'properties' which are system colors? I
want the box as well as the objects inside to be white, text to be black.

Thanks

Paul




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default splash screen macro problem

I'll have to check again - I believe it is a userform- not a spreadsheet
itself .
Thanks
Paul


"Tom Ogilvy" wrote in message
...
Sure for the textboxes if they are from the control toolbox toolbar.

for the worksheet you would need to set the interior color of the cells

(and
possibly apply borders as well to get the grid effect).

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I have a splash screen to open up a spreadsheet, driven through vba.

The
object and text boxes within have background colors, so needless to say,

I
was not pleased to see no visible text while running the program from my
laptop= the text and boxes were both dark grey. Is there a way to

define
the colors by code instead of box 'properties' which are system colors?

I
want the box as well as the objects inside to be white, text to be

black.

Thanks

Paul






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default splash screen macro problem

Use the backcolor property for the Userform and the controls.

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I'll have to check again - I believe it is a userform- not a spreadsheet
itself .
Thanks
Paul


"Tom Ogilvy" wrote in message
...
Sure for the textboxes if they are from the control toolbox toolbar.

for the worksheet you would need to set the interior color of the cells

(and
possibly apply borders as well to get the grid effect).

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I have a splash screen to open up a spreadsheet, driven through vba.

The
object and text boxes within have background colors, so needless to

say,
I
was not pleased to see no visible text while running the program from

my
laptop= the text and boxes were both dark grey. Is there a way to

define
the colors by code instead of box 'properties' which are system

colors?
I
want the box as well as the objects inside to be white, text to be

black.

Thanks

Paul








  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default splash screen macro problem

I did that- its white on my desktop and when I use my laptop, the backcolor
is grey for both the box and textboxes... so its unreadable. I feel that
its because the system color difference for the labtop is driving the
selections. I'll try it one more time tonight.

Thanks

Paul
"Tom Ogilvy" wrote in message
...
Use the backcolor property for the Userform and the controls.

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I'll have to check again - I believe it is a userform- not a

spreadsheet
itself .
Thanks
Paul


"Tom Ogilvy" wrote in message
...
Sure for the textboxes if they are from the control toolbox toolbar.

for the worksheet you would need to set the interior color of the

cells
(and
possibly apply borders as well to get the grid effect).

--
Regards,
Tom Ogilvy

"PKyle" wrote in message
...
I have a splash screen to open up a spreadsheet, driven through vba.

The
object and text boxes within have background colors, so needless to

say,
I
was not pleased to see no visible text while running the program

from
my
laptop= the text and boxes were both dark grey. Is there a way to

define
the colors by code instead of box 'properties' which are system

colors?
I
want the box as well as the objects inside to be white, text to be

black.

Thanks

Paul












Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Splash Screen Brooke Excel Discussion (Misc queries) 5 March 25th 08 03:58 PM
splash screen animated text in excel worksheet Excel Programming 2 February 4th 05 07:51 PM
Splash screen and various screen resolutions George J Excel Programming 4 October 3rd 04 10:15 PM
Splash Screen Problem Alan Roberts Excel Programming 1 February 29th 04 03:05 PM
Splash Screen Lee Excel Programming 0 December 1st 03 05:08 PM


All times are GMT +1. The time now is 07:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"