Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Auto Edit HTML Page

I have a macro that updates data on a sheet. After that I would like the
macro to update an HTML Web page with a few of the key cell values.

How can I update only a few select pieces of info on a page? Is there a
simple way?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default Auto Edit HTML Page

Hi SpaceCamel;

Assuming that your in a Microsoft world including the web
serve and browsers you could just switch form using the
web page on the website to using an Excel file.

That would let you just resave the document from your
desktop to the internet so long as you have permissions.

Change the links on the website to hit the Excel file
instead of the html page. When a user hits it depending
on their individual MIME settings the page will
automatically open or offer a prompt with a choice to open
or download the page. NetScape user would be prompted if
they want to download it unless they install a Plug In.

Thanks,

Greg

-----Original Message-----
I have a macro that updates data on a sheet. After that I

would like the
macro to update an HTML Web page with a few of the key

cell values.

How can I update only a few select pieces of info on a

page? Is there a
simple way?

Thanks,
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Auto Edit HTML Page

Yes, That would be easy but it is not what I need. I do not want to link to
the workbook. I need to update only a few key elements on the page using
data in Excel. I can tag the HTML elements with ID'd. I need a way to open
the html file, change the innertext then save it.

"GJones" wrote:

Hi SpaceCamel;

Assuming that your in a Microsoft world including the web
serve and browsers you could just switch form using the
web page on the website to using an Excel file.

That would let you just resave the document from your
desktop to the internet so long as you have permissions.

Change the links on the website to hit the Excel file
instead of the html page. When a user hits it depending
on their individual MIME settings the page will
automatically open or offer a prompt with a choice to open
or download the page. NetScape user would be prompted if
they want to download it unless they install a Plug In.

Thanks,

Greg

-----Original Message-----
I have a macro that updates data on a sheet. After that I

would like the
macro to update an HTML Web page with a few of the key

cell values.

How can I update only a few select pieces of info on a

page? Is there a
simple way?

Thanks,
.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default Auto Edit HTML Page

I think for most of us, you would recreate the entire page. You could
use frames and put the part you want to change in their own little HTML files.
Frames aren't very well received and they take longer, and generally have
larger footprints than people want to look at..

If you control the server you might split it into parts and have the server
create the output on the fly.
--
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"SpaceCamel" wrote ...
Yes, That would be easy but it is not what I need. I do not want to link to
the workbook. I need to update only a few key elements on the page using
data in Excel. I can tag the HTML elements with ID'd. I need a way to open
the html file, change the innertext then save it.



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
How do I bookmark an HTML page? G.O. Excel Discussion (Misc queries) 0 July 16th 09 07:21 PM
View/Edit CSV/Excel in HTML [email protected] Excel Discussion (Misc queries) 0 October 5th 05 06:05 PM
View/Edit Excel in HTML [email protected] Excel Discussion (Misc queries) 0 October 5th 05 06:04 PM
saving as HTML page ALex Excel Discussion (Misc queries) 1 June 3rd 05 06:30 PM
Save As to HTML and auto-refresh daveywilson Charts and Charting in Excel 0 March 18th 05 04:33 PM


All times are GMT +1. The time now is 08:53 AM.

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"