B
Bod
I want to make a macro that turns text into a hyperlink:
First, select the text which is to become the hyperlink (e.g. a doc number
like "602-fm03"). Then run the macro.
The macro should:
Copy selected text.
Create hyperlink.
Address: "http://twnzms/?document=" (this is our server's search function)
and the copied text pasted thereafter.
So the Text to display is the original doc number;
The Address is http://twnzms/?document=602-fm03.
I can get it to put the h-link in, but I can't get it to paste the copied
doc number after the Address stem. If it just stopped with the dialogue box
open, I could paste the copied text, but it would be better if it could type
the first bit AND paste the copied text.
First, select the text which is to become the hyperlink (e.g. a doc number
like "602-fm03"). Then run the macro.
The macro should:
Copy selected text.
Create hyperlink.
Address: "http://twnzms/?document=" (this is our server's search function)
and the copied text pasted thereafter.
So the Text to display is the original doc number;
The Address is http://twnzms/?document=602-fm03.
I can get it to put the h-link in, but I can't get it to paste the copied
doc number after the Address stem. If it just stopped with the dialogue box
open, I could paste the copied text, but it would be better if it could type
the first bit AND paste the copied text.