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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

very large String

Status
Not open for further replies.

maro009

Programmer
Joined
Mar 16, 2006
Messages
4
Location
BE
hi i want to add very large selece statement into a string in vba , how can i do this
the selesct statement has 800 char

when i try to add it to string it addes he first 256 char only
any idea?
thx
 

VBA should not have a problem with this - the most likely culprit is the interface. How, and to what database/application) are you passing the string?

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top