Jun 5, 2001 1 #2 ide Programmer Apr 10, 2001 236 EU perhaps with an API call? Declare Function EmptyClipboard Lib "user32" Alias "EmptyClipboard" () As Long sub clearClipBrd() EmptyClipboard end sub Upvote 0 Downvote
perhaps with an API call? Declare Function EmptyClipboard Lib "user32" Alias "EmptyClipboard" () As Long sub clearClipBrd() EmptyClipboard end sub