Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OLE in forms

OLE in forms

From: Andrew Moore <andrewmoore_at_dial.pipex.com>
Date: 1997/09/09
Message-ID: <3415AF78.3FD54953@dial.pipex.com>#1/1

Help, I am trying to get forms4.5 to run ole in word 97 i need the following data converting to forms4.5 ole but cannot work out how to do it

   Sub merge()

     ActiveDocument.MailMerge.OpenDataSource "C:\2.txt"
     ActiveDocument.MailMerge.Destination = wdSendToNewDocument
     ActiveDocument.MailMerge.DataSource.FirstRecord =
wdDefaultFirstRecord
     ActiveDocument.MailMerge.DataSource.LastRecord =
wdDefaultLastRecord
     ActiveDocument.MailMerge.Execute

    End Sub

If anybody can help i'd really appreciate it, thanks

Andrew.. Received on Tue Sep 09 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US