#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 172
Default Comments

Is it possible to insert a Comment into a Cell like :

=Sheet2!B2

and Display the value of that refernce in the comments box??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Comments

Hi Corey,

use something like this:

- insert comment:
MyWorkbook.MyWorksheet.Cells(MyRow, MyColumn).AddComment

- write comment content
MyWorkbook.MyWorksheet.Cells(MyRow, MyColumn).Comment.Text Text:=
"MyText"

- read comment content
MyString = MyWorkbook.MyWorksheet.Cells(MyRow, MyColumn).Comment.Text

Vlado


"Corey" wrote:

Is it possible to insert a Comment into a Cell like :

=Sheet2!B2

and Display the value of that refernce in the comments box??

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
excel 2000 how to format the comments font all comments Delquestion Excel Discussion (Misc queries) 1 October 8th 09 02:19 PM
in excel useing comments how do you add clip art to comments? dhouse New Users to Excel 2 July 18th 07 08:14 AM
? about COMMENTS Wayne Knazek Excel Worksheet Functions 0 August 18th 06 02:13 PM
Comments box Jock W Excel Worksheet Functions 5 May 24th 06 05:00 PM
comments' pos David C. Excel Programming 2 July 28th 04 10:53 AM


All times are GMT +1. The time now is 10:38 PM.

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"