If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > How to remove a comment in a cell in Excell

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-06, 13:13
acheo acheo is offline
Registered User
 
Join Date: Sep 2005
Posts: 12
How to remove a comment in a cell in Excell

I'm unable to find the fricken function in the help menu provided with Excell. Anyone would know it? Note that I don't want to clear the content of the comment (clearComments). I would like to get rid of the previous comments when I load the spreadsheet.

thanks
Reply With Quote
  #2 (permalink)  
Old 04-06-06, 07:35
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 714
Hi

I'm not sure what you want to do, but how about

Range("F10").Comment.Text Text:=""

as a starting point ??

(as opposed to Range("F10").ClearComments ?)


MTB
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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