Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ninja800
  • Content: Threads
  • Order by date
  1. ninja800

    save word.doc in html format

    Hi, I am trying to get the HTML from a word template. When I tried using method Saveas I am getting the following error "Cannot save template file to non-template format"? Any help will be appreciated. Thanks in advance,
  2. ninja800

    Pasting HTML content on Microsft Word Doc

    Hi, I have a web application that uses WYSIWYG editor to type the text. User can change the font , color and other things. Once they hit the save button I store the corresponding HTML that is generated behind the scene in the database. Now I want to send an e-mail and want to paste html text...
  3. ninja800

    Sending HTML e-mail from Visual Basic

    Hi, Is there any way I can send HTML e-mail using CDO 1.21? Thanks in advance
  4. ninja800

    Getting HTML Text out of Microsoft Word

    Hi, I need to extract HTML out of Microsoft word doc. When I try to save microsoft doc as html there are other thing which I don't want as shown below. Is there any way I can save my word doc as simple html doc. <meta name=ProgId content=Word.Document> <meta name=Generator...
  5. ninja800

    Getting List of {DOCVARIABLE } Using Visual Basic

    I have a microsoft word template that has couple of {DOCVARIABLE}. I need to get the collection of all the variables but when I try to use &quot;For Each aVar In ActiveDocument.Variables&quot; it doesn't even go inside the loop. I need want to use select case statement to loop through list...
  6. ninja800

    Getting HTML text out of Microsoft Word Document

    Hi, I have a microsoft word template and it has couple of bookmarks. These bookmarks will be filled with values from database. After these bookmarks have been filled I need to get HTML text of this document and send it to MQ. Is there any way I can extract HTML text from this document...

Part and Inventory Search

Back
Top