LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problem reading HTML code from Excel-VBA

"Tim Williams" <timjwilliams at gmail dot com wrote in
:

Hi Tim.

Exactly what do you mean by "the web page sends some code to handle
.png files" ?


Appearently, previous versions of IE couldn't handle the transparency
that .png files support. Therefore, this little code snip is included in
many HTML pages that use .png graphics:

img { behavior: url("pngbehavior.htc"); }

The file pngbehavior.htc contains code that places a .gif image over the
..png image. This means that when I right-click the image I can save the
..gif-file, and the code I refer to only contains reference to the gif.

Can you share the URL ?


No, it is an internal server.

Alternatively you might get something from this code:


Thanks. For the time being, I'll go with Michels simple code. But I'll
study your code further; I'd like to extract all facilities when I've got
version 1.0 of my program running.

But thanks for your efforts.

KR
Erik
 
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
Problem reading HTML code from Excel-VBA Erik Klausen Excel Programming 0 November 16th 06 08:47 AM
Problem reading value from Excel spreadsheet Jack Excel Programming 3 October 12th 06 02:42 AM
Import HTML code into Excel josuegm Excel Programming 2 May 30th 06 11:02 PM
Reading complete Excel using DDE code amitkrsingh Excel Programming 1 August 19th 05 02:43 PM
Code problem emailing range as html in Outlook body Alan Campbell Excel Programming 3 August 25th 04 06:59 PM


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