Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am creating an Excel worksheet from data in an Access table. I have a text
field in Access that I use to populate a cell in the worksheet but only part of the characters are populated, the last few characters are dopped. Is there a limit in the number of characters in a cell or am I doing something wrong? Here is the code that I use: cellRef = "G" & recNum xlsWorksheet.Range(cellRef).Text = tmpString tmpSting holds the value from the Access db and is a String type. Thanks for any help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem searching cell text | Excel Discussion (Misc queries) | |||
conditional formatting - problem with text cell value from formula | Excel Worksheet Functions | |||
Fitting text into a cell problem. Please help! | Excel Discussion (Misc queries) | |||
Inserting Long Text in a Cell Problem | Excel Programming | |||
Inserting Long Text in a Cell Problem | Excel Programming |