Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default PublishObjects(x).Publish fails

I want to get the HTML version of a sheet's range.

I recorded a macro :

Sub Macro1
With ActiveWorkbook.PublishObjects("marke****ch_30324")
.HtmlType = xlHtmlStatic
.Publish (False)
End With
End Sub

While recording, everything wors fine.
When I run the macro, it says: (from french):
"The method "Publish" of object "Publishobject" failed.

How come?

TIA,
--
AP


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
PublishObjects lockup ICE9 Excel Programming 2 June 2nd 06 10:42 AM
publish iwinlof Excel Discussion (Misc queries) 0 March 23rd 06 10:59 PM
ThisWorkbook.PublishObjects.Add runtime error 1004 itarnak[_12_] Excel Programming 0 October 26th 05 11:26 AM
publish to web G. Beard New Users to Excel 0 October 3rd 05 06:02 PM
PublishObjects To A String? James Cox[_2_] Excel Programming 0 June 13th 05 05:07 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"