Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an Excel workbook that I am using to capture data from remote sites.
They will be using a form to enter their data, but I just encountered a problem while testing. I pasted about 3400 characters into a textbox and in the AfterUpdate event attempted to use the following code to write that data into a cell in my worksheet. ActiveWorkbook.Sheets("Data").Cells(intRowPointer, 5) = Me.txt_Soln_Description But I got the following error: Run-time error '1004' Application-defined or object-defined error. When I selected "Debug", the line shown above was highlighted. When I printed me.txt_Soln_Description in the debug window, it contained all of the characters, and the row pointer was also valid. When I pasted the characters directly into the worksheet cell, they were all stored properly, and were visible in my form when I retrieved them. Is there a limit to the number of characters I can put in a single cell? If so, what is it? -- Email address is not valid. Please reply to newsgroup only. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting international characters in English in Excel 2003 | Excel Discussion (Misc queries) | |||
How to set number of characters within a cell in Excel 2003? | Excel Worksheet Functions | |||
How do I use wildcard characters in Excel 2003 sumif formula? | Excel Worksheet Functions | |||
what is the correct syntax for an allowable circular reference? | Excel Discussion (Misc queries) | |||
linking cells in Excel 2003. How to not truncate to 255 characters. | Excel Discussion (Misc queries) |