splash screen macro problem

  • Thread starter Thread starter PKyle
  • Start date Start date
P

PKyle

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
 
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).
 
I'll have to check again - I believe it is a userform- not a spreadsheet
itself .
Thanks
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top