You could use a function like this to put the text in the clipboard:
![]()
Function SetClipBoardText(ByVal Text As Variant) As Boolean SetClipBoardText = CreateObject("htmlfile").ParentWindow.ClipboardData.SetData("Text", Text) End Function
You could use a function like this to put the text in the clipboard:
![]()
Function SetClipBoardText(ByVal Text As Variant) As Boolean SetClipBoardText = CreateObject("htmlfile").ParentWindow.ClipboardData.SetData("Text", Text) End Function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks