Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2007

Tip: Looking for answers? Try searching our database.

limit on number of characters?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Judy Ward - 12 Feb 2007 22:17 GMT
I am using Excel 2003, SP2.  I just exported the results of an Access query
to Excel and found that the data in one of the fields is being truncated
after 255 characters.

I can type more than 255 characters in a cell.  Does anyone know how I can
export more than 255 characters into Excel?

Thank you,
Judy Ward
Dave Peterson - 12 Feb 2007 22:45 GMT
I don't speak the Access, but Debra Dalgleish once posted this:

Or, transfer the data with code. Use the TransferSpreadsheet method to
send the data, and specify one of the later Excel versions:

'======================
Sub SendTableToExcel()
DoCmd.TransferSpreadsheet acExport, _
  acSpreadsheetTypeExcel9, "tblCustomers", _
  "c:\Data\ExcelExport.xls", True
End Sub
'===========================

http://groups.google.co.uk/group/microsoft.public.excel.misc/browse_frm/thread/d
a0bba13524b15d5/81cbe18fd9d6d82b?lnk=st&q=&rnum=4#81cbe18fd9d6d82b


or

http://snipurl.com/1a01v

> I am using Excel 2003, SP2.  I just exported the results of an Access query
> to Excel and found that the data in one of the fields is being truncated
[quoted text clipped - 5 lines]
> Thank you,
> Judy Ward

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.