RE: Memos or Comments in Excel

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




Woody,
Excel doesn't have a specific Memo type. A cell can be set to type "Text"
(or an entry can be forced to text by preceding it with a single apostrophe,
as
'12345 would be text not numeric
and the apostrophe doesn't appear on screen.
However, there are limits. Where a Memo field is virtually unlimited in
size, the most a cell can contain is 32K worth of text, and in pre-Excel 2007
versions, only the 1st 1K characters will appear without taking special
measures such as forcing linefeeds into the text.

If the memo from Access had linefeeds in it, they should come across into
the Excel cell (if I remember correctly).

A cell's .WrapText property can be set to true to provide multiple lines for
long text, but you need to also consider the width and height of the cell;
needs to be wider than normal to stop from being just a very tall, thin
cell/row. That usually involves some pre-sheet/cell formatting although it
can be done in code.

Might just try a web search for 'long text in Excel' to see what is
available that might help you out.

"Woody" wrote:

Thank you for any anticipated help.

I am using Excel 2007. I am an Access developer. Sometimes I have clients
that want to keep notes (memos) on things in a database. Maybe they are in
disparate locations, so the question becomes how to do it easily. They could
use Access but when people are spread out geographically, this has its
problems. It occurred to me, however, that using a spreadsheet might be an
option along with Office Live.

Unlike Access, an Excel spreadsheet is easily accessible in Office Live.
But I am not sure how (if) Excel (Excel 2007) deals with fields that have the
potential to be long. Longer than 255 characters. In Access it's thought of
as a memo field. Don't know how it's thought of or referred to in Excel.

I have a couple of questions. The first is, how long can a comment be?

Second. Does Excel support anything like an Accees Memo field where the
memo can be as long as needed and also have formatting with line breaks and
bolding etc.

Third: Does anyone know of a web site or white paper that may give me more
inforamtion?

Thank you again for your help.
.



Relevant Pages

  • RE: Merge a cell based on count of characters
    ... First Excel will not support 65K characters of text in a cell. ... My rawdata file from Access contains a memo field that may/maynot have more ...
    (microsoft.public.excel.misc)
  • Re: Import Errors Table, unparsable record
    ... > Excel table can easily exceed this. ... > using memo fields for the wider Excel columns of text, ... > hidden columns, and if there are formulas try getting rid of them by ... > Another post suggested this may be due to character limits per record. ...
    (microsoft.public.access.externaldata)
  • Re: ADODB is unable to copy more than 255 chars in excel cell
    ... > In the connection string you can set the extended property ... > That's the only way ADO/JET can READ excel cells beyond the 255 chars. ... The trick is to type the Excel table as MEMO e.g. ... convert values between data types but provides no effective mapping ...
    (microsoft.public.excel.programming)
  • Memos or Comments in Excel
    ... an Excel spreadsheet is easily accessible in Office Live. ... Does Excel support anything like an Accees Memo field where the ...
    (microsoft.public.excel.misc)
  • Re: Exporting XLS into DBF3
    ... Rush, The Open Office tip is a good one, I'll have to try that out. ... Exporting "memo" size fields from Excel to VFP has been a pet peeve of mine ...
    (microsoft.public.fox.programmer.exchange)