...figured it out!
Dim FSO As Scripting.FileSystemObject
Dim TS As Scripting.TextStream
Dim DObject As MSForms.DataObject
Dim SelectedRange As Range
'
Set DObject = New MSForms.DataObject
'
ActiveWindow.RangeSelection.Copy
DObject.GetFromClipboard...
Combo -
Thanks for the code snippet - happened to be almost the perfect solution to a current challenge! Was wondering though if it could be modified to process only the selected area of the worksheet in question as opposed to the "UsedRange"?
-bunglemutt
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.