Jan 24, 2005 #1 scottian Programmer Jul 3, 2003 955 GB how do i pass the contents of the clipboard to a variable and hen write to a text file? any help, much appreciated in advance "My God! It's full of stars...
how do i pass the contents of the clipboard to a variable and hen write to a text file? any help, much appreciated in advance "My God! It's full of stars...
Mar 11, 2005 #2 ArferMo Programmer Mar 11, 2005 8 GB This will load the contense of the windows clipboard in to the variable called ClipboardText. ClipboardText = (Trim(Clipboard.Gettext)) use Clipboard.clear to empty the windows clipboard. Upvote 0 Downvote
This will load the contense of the windows clipboard in to the variable called ClipboardText. ClipboardText = (Trim(Clipboard.Gettext)) use Clipboard.clear to empty the windows clipboard.