G
Greg de Bruin
I have an Excel macro that reads from several cells and builds them into a
variable. I then want to paste the value of the variable into the Clipboard
so it can be pasted into a text box of another application.
I saw an example in Help that used a DataObject and then used the
PutInClipboard method. This method is not available for a text variable.
What do I have to do to get my text variable into a DataObject. I don't
even know what a DataObject is.
Thanks,
Greg
variable. I then want to paste the value of the variable into the Clipboard
so it can be pasted into a text box of another application.
I saw an example in Help that used a DataObject and then used the
PutInClipboard method. This method is not available for a text variable.
What do I have to do to get my text variable into a DataObject. I don't
even know what a DataObject is.
Thanks,
Greg