Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Web background colors

Hi all (AB)

I am on Excel 2002 SP3 and Windows Vista Home Premium

The webpage pushed out by Excel has the default white background

Is there any way of making the web page have a black background (without
changing the default setting it in the Browser itself)?

Function OpenBrowser(tmpURL)
'tmpURL is the local address where the page resides
'To open a web page in a separate window
Set Browser = CreateObject("InternetExplorer.Application")
Browser.Navigate (tmpURL)
'****************
'I tried these two lines but get errors in both cases:
Browser.BackColor.SchemeColor = 0
Browser.Background.Color = 0
'****************
Browser.Addressbar = False
Browser.StatusBar = False
Browser.Toolbar = False
Browser.MenuBar = False
Browser.Visible = True
'Browser.fullscreen = True
Browser.Resizable = True
End Function
Sub SelectAtendees()
Dim WebPageDirectory As String
WebPageDirectory = Range("My_Directory") & "\page.htm"
OpenBrowser WebPageDirectory
End sub

--
Regards,
Peter Bircher

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Web background colors

Hi Peter,

I am on Excel 2002 SP3 and Windows Vista Home Premium


Worst possible combination! :-)


Is there any way of making the web page have a black background (without
changing the default setting it in the Browser itself)?


Don't think this is possible since this (probably?) is a HTML/CSS issue,
rather than a Browser issue.


CE


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
Chart background colors by value Barbie Charts and Charting in Excel 1 April 22nd 10 08:13 PM
functions with background colors Marcelo Excel Worksheet Functions 4 December 10th 07 07:53 PM
Lost highlighting and font colors; background colors on web pages Jan in Raleigh Excel Discussion (Misc queries) 2 July 31st 07 09:10 PM
Alternate Background-colors sissi Excel Discussion (Misc queries) 1 August 21st 06 04:16 PM
Toggling background colors Phil Hageman[_4_] Excel Programming 10 August 26th 05 06:32 PM


All times are GMT +1. The time now is 07:37 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"