Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default how can I display memo data type in excel form?

I'm stuck with ms excel as an interface with ms access as my back-end. This
started off as a simple project and as simple goes, evolved into complex. My
problem is how to display a memo data type in excel OLE objects.

thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how can I display memo data type in excel form?

A cell can hold 32000+ characters.

Unless you embed hard line feeds (chr(10)) in the string, you will be
limited to seeing only approximately 1024 characters on screen and in print.
If you do embed the line feeds and reduce the font, you can get much more
(of course wrap text must be true).

--
Regards,
Tom Ogilvy


"bpaz_ph" wrote in message
...
I'm stuck with ms excel as an interface with ms access as my back-end.

This
started off as a simple project and as simple goes, evolved into complex.

My
problem is how to display a memo data type in excel OLE objects.

thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default how can I display memo data type in excel form?

Thanks Tom,

I found time to debug my code and came up with an "error 40035" when I did a
Cstr in the memo field of my recordset. It turns out from the msdn library
that getRows() is unable pull the data from the recordset into the variant.
Is there a work around to this issue?

"Tom Ogilvy" wrote:

A cell can hold 32000+ characters.

Unless you embed hard line feeds (chr(10)) in the string, you will be
limited to seeing only approximately 1024 characters on screen and in print.
If you do embed the line feeds and reduce the font, you can get much more
(of course wrap text must be true).

--
Regards,
Tom Ogilvy


"bpaz_ph" wrote in message
...
I'm stuck with ms excel as an interface with ms access as my back-end.

This
started off as a simple project and as simple goes, evolved into complex.

My
problem is how to display a memo data type in excel OLE objects.

thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how can I display memo data type in excel form?

GetChunk perhaps.

--
Regards,
Tom Ogilvy


"bpaz_ph" wrote in message
...
Thanks Tom,

I found time to debug my code and came up with an "error 40035" when I did

a
Cstr in the memo field of my recordset. It turns out from the msdn

library
that getRows() is unable pull the data from the recordset into the

variant.
Is there a work around to this issue?

"Tom Ogilvy" wrote:

A cell can hold 32000+ characters.

Unless you embed hard line feeds (chr(10)) in the string, you will be
limited to seeing only approximately 1024 characters on screen and in

print.
If you do embed the line feeds and reduce the font, you can get much

more
(of course wrap text must be true).

--
Regards,
Tom Ogilvy


"bpaz_ph" wrote in message
...
I'm stuck with ms excel as an interface with ms access as my back-end.

This
started off as a simple project and as simple goes, evolved into

complex.
My
problem is how to display a memo data type in excel OLE objects.

thanks in advance.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
saving data type into a form Julie Excel Discussion (Misc queries) 5 March 17th 07 06:50 PM
Access to Excel memo-type field transfer caloy Excel Discussion (Misc queries) 2 March 6th 07 09:37 PM
field shows (memo) not data RogerJ Excel Discussion (Misc queries) 0 July 12th 06 11:31 PM
Export memo field in Access to Excel - data gets cut off cpurpleturtle Excel Discussion (Misc queries) 0 June 22nd 06 04:24 PM
Emulate Access with Excel - display form for data entry Kennyatwork Excel Programming 3 February 2nd 04 01:57 PM


All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"