Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
Thanks for your help. That worked for what I need to do. Thanks again, Conan "Jim Rech" wrote in message ... I'm not familiar with the technique you're using. Usually Excel developers just use a DataObject to put something in the clipboard: Sub a() Dim MyData As DataObject Set MyData = New DataObject MyData.SetText Format(Now, "Short Date") MyData.PutInClipboard End Sub -- Jim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Windows Media Player disables Clipboard in Excel | Excel Discussion (Misc queries) | |||
Clipboard empty but still get waring that clipboard is full | Excel Discussion (Misc queries) | |||
Paste contents of windows clipboard into a vba 2d array? | Excel Programming | |||
Copy to windows clipboard | Excel Programming | |||
Accessing the clipboard after copyface | Excel Programming |