Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As I'm new here, Hi everyone!
I'm having a problem when I try to copy the content of a tex containing cell to the clipboard. Everytime the number of characters in the cell exceeds 1024 (1kb) , get the following error when running the copy-macro: run-time error '1004': Application-defined or object-defined error. The code I use for copying is the following: Dim MyData As DataObject Dim MyString As String Set MyData = New DataObject MyString = Range("B36").Formula MyData.SetText MyString MyData.PutInClipboard Does anyone know how to overcome that limitation? thanx in advanc -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing cells takes long, long time | Excel Discussion (Misc queries) | |||
Error: The text string you entered is too long. | Excel Worksheet Functions | |||
Error: The text string you entered is too long. | Excel Discussion (Misc queries) | |||
Long Time to Enter Cell Values | Excel Programming |