Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

@DocumentUniqueID

Status
Not open for further replies.

xlhelp

Instructor
Dec 7, 2001
2,976
CA
Hi, I need to grab @DocumentUniqueID somehow copy it to clipboard and paste it in another application.

I have tried various combinations of @Text..... @EditCopy...., but no success. Can anyone help with exactly what I need in a macro?

I right click, click doc properties, highlight unique id, double click, CTRL/C etc probably 60 - 100 times a day. If there was a macro that did all that, life would be somewhat easier.

Thanks.

Vita Brevis
 
Did you try this :
Code:
WkDID := @text(@DocumentUniqueID);
@EditCopy(WkDID)

Pascal


I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
 
Something similar to it. I get an Unknown @ Function : '@EditCopy'

Vita Brevis
 
Okay, what version of Notes are you working with ?

Pascal.


I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
 
Thanks for replying.

I am using 6.5.5

Vita Brevis
 
That function should not be unknown to R6x. I will have to look into this.

Pascal.


I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top