MarrowGenx
MIS
I am trying to transfer the value of a DAO object and the value cuts off anything above 255 characters. Is there a way around this? Here is my current code to transfer the value:
xlApp.ActiveCell.Value = rsActivity![conactivitydesc].Value
I have the code working, but for some reason the value of rsActivity![conactivitydesc] stops at 255 characters. Is there a way to extend this? Thanks for your help.
Marrow
xlApp.ActiveCell.Value = rsActivity![conactivitydesc].Value
I have the code working, but for some reason the value of rsActivity![conactivitydesc] stops at 255 characters. Is there a way to extend this? Thanks for your help.
Marrow