|
Home | Tips | Library | Other Authors | Other WP Sites | Writer's Links | Contact | Site Map | Donate |
|
Toolbox for WordPerfect |
||
|
Macros, tips, and
templates for Corel® WordPerfect® for Windows® |
Page updatedSep 2, 2009 | |
| LinkToURL - Automates the creation of an active hyperlink in a WordPerfect document from a selected Internet address (URL) | ||
|
Background There are two basic issues this WordPerfect 9+ macro addresses: (1) Under normal conditions, if these two WordPerfect features are enabled (i.e., ticked) --
-- then typical Internet website addresses (URLs), when pasted into WordPerfect and then immediately followed by a space character, will become active hyperlinks. But some URLs will not be automatically converted. For example:
(2) Another way to create a hyperlink to an Internet website address is to
Functions This macro solves many problems (but not all: see below) with creating a hyperlink from a too-long Internet address, and it also eliminates at least two of the manual steps above (even more, if you must first copy and paste the URL into WordPerfect). It will take either the most recent selected Internet address (i.e., an URL) in a WordPerfect document, or if nothing was selected, the last item in the Windows clipboard (presumably, an URL selected in a web browser or other source), and make it into a clickable hyperlink at the current cursor location, all with a single mouse click. Of course, this presumes you have just selected an Internet URL and not something else! The macro will perform a rudimentary check to see if at least the four characters, "http," are present in the selected text. Important: The macro processes just one URL at a time, not a group of selected URLs. See akso "Why some hyperlinks can fail to work while inside WordPerfect documents." Instructions (1) Select an URL from your browser's address field, a web page, or other document including any WordPerfect document. (2) Copy the selection with Ctrl+c.
(3) Play the macro. (It can be assigned later to Ctrl+Alt+k, which is used by Microsoft Word for the same purpose, or any other available keyboard shortcut. See http://wptoolbox.com/tips/EasyPlay.html.) (1) There seems to be an internal character limit to the HypertextCreate() macro command. Therefore, this macro limits long URLs to 235 characters. And it may not work with some shorter URLs,. But for most URLs it should make creating active hyperlinks a little easier. (2) Once the link is created, the Windows clipboard is emptied, ready for the next select-and-create-link operation. (This prevents accidentally pasting a previous selection of text between the paired [Hyperlink] codes when conducting multiple, sequential link operations during a session.) You can disable this clipboard flushing feature with a setting in the redlined User Modification Area in the macro's code. (3) Ordinarily, two WordPerfect options should be enabled to globally (a) activate all hyperlinks in WordPerfect and (b) (optionally) format Internet addresses as hyperlinks while you are typing them in a document: Activate Hyperlinks (under Tools, Settings, Environment), and Format words as hyperlinks when you type them (under Tools, QuickCorrect, SpeedLinks). However, you do not need to turn on the global setting, Activate Hyperlinks, if you prefer it to be off. The macro will automatically activate the hyperlink (but for the current document only), regardless of that setting. Also, you do not need to enable "Format words as hyperlinks as you type them," since this macro works on items that were already typedpresumably properly formattedinto a document, or on items that were selected in a web browser or similar source (hence, also presumably formatted as an URL). In fact, the macro can be used on long URLs that WordPerfect might not format as a hyperlink because of an internal limit on the maximum length of the URL. (4) Related macros:
|
|