[Papyrus-L] Papyrus and Win 2000

Dave Goldman, Research Software Design dave at rsd.com
Thu Jun 7 14:41:42 EDT 2001


Hugh Gunz asked:

>Does anyone know of any utilities that speed up the job of copying selected
>text (e.g. in a Web page) to the transfer file so that it can be pasted to
>Papyrus fields for Windows NT and 2000?

Here's a Microsoft Word macro that will take your currently selected text
from a Word document and copy it to the CLIP.TXT file that Papyrus uses as
a surrogate clipboard under Windows NT/2000:

Sub SetClip()
Open "C:\CLIP.TXT" For Output As #1
Print #1, Selection
Close #1
End Sub

After creating this macro you can assign it to a shortcut key or toolbar
button.


-- Dave Goldman (dave at rsd.com)              Research Software Design
   503/796-1368, fax 503-452-8920           617 SW Hume Street
   The PAPYRUS Bibliography System          Portland OR 97219-4458 (U.S.A.)

   Technical Support: support at rsd.com       Other Questions: info at rsd.com
                       WWW Site: http://www.rsd.com/






More information about the Papyrus-L mailing list