Skip to Contents
Document

DeformatClipboard macro

Version 7

View Properties

Title:DeformatClipboard macro
Summary:Removes some formatting from text placed on the Clipboard for pasting into Connexion. Last updated: 11 August 2006.
Description:
Keywords:
Handle: Document-22670
Owner: Nickeson, Walt (User-54, waltn:LibStaff)
Create Date:Thursday, July 20, 2006 12:38:31 PM EDT
Modified Date:Wednesday, January 30, 2008 12:08:56 PM EST
Modified By: Nickeson, Walt (User-54, waltn:LibStaff)
Expiration Date:
Locked By:
Abstract:
  • '*************************************************************** Option Explicit Sub Main Dim CS As Object Set CS = CreateObject("Connex.Client") Dim Character$ Dim CharRead$ Dim CRSpace$ : CRSpace$ = Chr$( 13 ) & " " Dim Flatten$ Dim SpaceCR$ : SpaceCR$ = " " & Chr$( 13 ) Dim TempString$ Dim TwoCRs$ : TwoCRs$ = Chr$( 13 ) & Chr$( 13 ) Dim TwoSingleQuotes$ : TwoSingleQuotes$ = Chr$( 39 ) & Chr$( 39 ) Dim Char% Dim i, p As Integer Dim ConvertCRsToDashes : ConvertCRsToDashes = FALSE Dim TestForCRs...
Add Versions:Allowed
Author:
Content Type: Text Format (.txt) - text/plain
File name:DeformatClipboard.txt
Is Placeholder:
Max Versions:4
Size:5478
Ready for Declare:No
Appears In: OCLC Connexion macros
Preferred Version: DeformatClipboard macro