+ Reply to Thread
Results 1 to 3 of 3

HTML Output

  1. #1
    Registered User
    Join Date
    03-18-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    68

    HTML Output

    Hi,

    I have excel table, i need to export that data into HTML format, is it possible, if so can you please let me know how to do and it would be great if its possible with VBA

    Thanks

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: HTML Output

    Hello sats43,

    The macro is set to create an HTML file from the Active Sheet range "A1:C10" and save it to the file "HTML Test File" in the directory "C:\". You can change these to what you want. The are marked in bold in the code. If FilePath is set to an empty string (""), you will be prompted to select a new location. The default file extension is ".htm"
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    03-18-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    68

    Re: HTML Output

    Hello Ross,

    The code is not giving any error, but its also not giving any result, i think its doing some calculations but .. no result, could you please check again thanks ..

+ Reply to Thread

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