PC Review


Reply
Thread Tools Rate Thread

Adding meta tags to Excel web pages?

 
 
MelB
Guest
Posts: n/a
 
      12th Dec 2006
Does anyone know a way of including a META tag within a saved
spreadsheet? I have a macro that creates an HTML file. I need to add
one tag to get the web page to refresh every 10 minutes, however once
the web page is republished the code is overwritten.
<meta http-equiv="Refresh" content="600">

 
Reply With Quote
 
 
 
 
NickHK
Guest
Posts: n/a
 
      13th Dec 2006
Don't know about anything directly, but you could do it in the _BeforeSave
event.
- .SaveAs HTML
- Open TheFile For InPut As #Num
- Read the text file
- Edit with your meta tags
- Write back to disk
- Cancel=True to cancel Excel's save

NickHK

"MelB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does anyone know a way of including a META tag within a saved
> spreadsheet? I have a macro that creates an HTML file. I need to add
> one tag to get the web page to refresh every 10 minutes, however once
> the web page is republished the code is overwritten.
> <meta http-equiv="Refresh" content="600">
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
meta tags not showing on frame pages =?Utf-8?B?a2V5c2tlZXQ=?= Microsoft Frontpage 1 25th Apr 2006 09:50 AM
How to customize meta tags in individual pages using same DWT Tony Strazzeri Microsoft Frontpage 7 5th Feb 2006 09:42 PM
DWT & Meta tags for individual pages =?Utf-8?B?SGVsZW4=?= Microsoft Frontpage 6 17th Feb 2005 06:13 PM
Where can I create meta-tags for my web pages, in FP03? =?Utf-8?B?Q2hyaXNK?= Microsoft Frontpage 5 16th Nov 2004 01:11 AM
Pages with Meta tags don't display graphics in my IE 6 Alan M Windows XP Internet Explorer 1 7th Nov 2003 05:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:47 AM.