Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VC++ and Excel column width limit

Status
Not open for further replies.

cchen

Programmer
Joined
Oct 22, 2002
Messages
17
Location
US
One of my Excel columns contains more than 300 characters. My VC++ program can only extract about 250 characters. The rest of the string was chopped off. I think the limitation of string length came from GetFieldValue function.

Is there any way to get around this limitation? Thanks in advance for any assistance.
 
I think I found the answer: RFX_Text.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top