GaryStone10
Board Regular
- Joined
- Nov 18, 2008
- Messages
- 100
Hi all
I've got a problem that seems like it should be simple, but I've been unsuccessful in searching this site and googling. I'm pulling all data from a Lotus Notes datbase and I've run into no trouble (except for finding out the maximum character limit per cell in excel...), but I have an issue with one field. Basically the field consists of text and attachments, and I only want to pull out the text. trying to do this the normal way (cells(x,y)=field.value) gives me an error. Annoyingly, I can pull out the attachment, but can't seem to get at the text.
Any suggestions would be very much appreciated as this is driving me mad.
Thanks in advance.
Gary Stone.
I've got a problem that seems like it should be simple, but I've been unsuccessful in searching this site and googling. I'm pulling all data from a Lotus Notes datbase and I've run into no trouble (except for finding out the maximum character limit per cell in excel...), but I have an issue with one field. Basically the field consists of text and attachments, and I only want to pull out the text. trying to do this the normal way (cells(x,y)=field.value) gives me an error. Annoyingly, I can pull out the attachment, but can't seem to get at the text.
Any suggestions would be very much appreciated as this is driving me mad.
Thanks in advance.
Gary Stone.