Results 1 to 3 of 3

Macro for Saving tabs in Excel

Threaded View

  1. #1
    Registered User
    Join Date
    08-26-2009
    Location
    Sydney
    MS-Off Ver
    Excel 2003
    Posts
    5

    Macro for Saving tabs in Excel

    I have a handful of Excel tabs in a large workbook, which I want to save as a web page using a macro.

    I am trying to do something along the lines of:

    With ActiveWorkbook.PublishObjects.Add(xlSourceSheet, _
    "C:\Documents and Settings\Administrator\Desktop\M3.htm", "M3", "", _
    xlHtmlStatic, "Summary Display_381", "")
    .Publish (True)
    .AutoRepublish = False
    End With
    but how can do the above for half a dozen tabs?
    Last edited by peter11111; 09-14-2009 at 08:13 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1