Excel: Retrieving Cell Notes from a MacroLast reviewed: November 29, 1994Article ID: Q58219 |
The information in this article applies to:
SUMMARYThe Microsoft Excel GET.NOTE function returns the note from a given cell when the function is called from a command macro. The function, in the form GET.NOTE(cell_ref,start_char,count_char), has the following three optional arguments:
=GET.NOTE(cell_ref,256,255)where 256 is the number to begin extracting from and 255 is the number of characters to extract.
REFERENCESFor more information, see page 202 in the "Microsoft Excel Function Reference," version 4.0 manual. If you are using version 3.0, see page 112 in the "Microsoft Excel Function Reference" version 3.0 manual. If you are using Excel 2.20, see page 239 in the "Microsoft Excel Functions and Macros" version 2.2 manual.
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |