LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 26 Jan 2001 12:46:12 -0500
Reply-To:     "Ravi, Prasad" <Prasad.Ravi@PFIZER.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Ravi, Prasad" <Prasad.Ravi@PFIZER.COM>
Subject:      Re: Proc Tabulate Output to Word Document
Comments: To: Sigurd Hermansen <HERMANS1@WESTAT.COM>
Content-Type: text/plain; charset="iso-8859-1"

Tip for inserting page breaks into HTML documents

---------------------------------------------------------------------------- ----

When using the HTML Formatting Tools, there is an approach that you can use to insert "page breaks" into HTML documents. These "page breaks" are recognized by Internet Explorer 4.0 and later. However, they are not recognized by Netscape Navigator (prior to Netscape 6).

You can use the following approach to insert "page breaks" into your HTML file:

At the top of your SAS program, specify:

footnote '<DIV STYLE="page-break-after: always;"><BR></DIV>';

When you invoke the HTML Formatting Tools macros (eg. %OUT2HTM or %TAB2HTM) specify "ENCODE=N" as an argument. As indicated above, this approach will work only if you are using Internet Explorer 4.0 and later. It will not work if you are using Netscape Navigator (prior to Netscape 6). Netscape 6 should support this feature.

-----Original Message----- From: Sigurd Hermansen [mailto:HERMANS1@WESTAT.COM] Sent: Friday, January 26, 2001 11:45 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Proc Tabulate Output to Word Document

How do you handle page breaks when you import HTML into MS Word? Sig

-----Original Message----- From: Ravi, Prasad [mailto:Prasad.Ravi@PFIZER.COM] Sent: Friday, January 26, 2001 11:02 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Proc Tabulate Output to Word Document

Write to HTML first(using %tab2html ??? macro available at SAS), then the output open in WORD and save it as word document, this is using 6.12 and if you don't have SAS/IntrNet or V8.

-----Original Message----- From: Terry Fudin [mailto:t.fudin@GENAISSANCE.COM] Sent: Friday, January 26, 2001 10:39 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Proc Tabulate Output to Word Document

Hi,

I have SAS program which creates a Table from Proc Tabulate. I would like my program to write the Proc Tabulate table output directly to a Word Document. Does anybody have any suggestions how to accompish this?

Thank you!

Regards, Terry


Back to: Top of message | Previous page | Main SAS-L page