Microsoft
Software
Hardware
Network
Question : Excel VBA cell length limitation
I am exporting data from MS Access into an Excel worksheet.
I am running into a problem with the length of the field is over 900 characters.
Is there anyway around this?
Answer : Excel VBA cell length limitation
try this format
oWs.Cells((X), 6).Value = cstr(RS("StatusSummary"))
Random Solutions
Column headings in crosstab queries part 2
Remote Desktop between 2 Win XP Pro machines on a LAN. How much more simple could it be and how hard is it for me!
Promoting secondary dns server to primary
VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape
Hide panel navigation bar on Access 2007
Why am I getting this error message after running spybot
using VCOPY
How to call a sub in a seperate class file
Deploy a change in registry in a terminal server farm
How would I extract one of each number in an excel column that contains many copies of hundreds of numbers?