Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel 97 - Display comment in next column 1

Status
Not open for further replies.

SKIGAL

Technical User
May 12, 2003
11
US
I have a spreadsheet where I need the comments to be displayed in the next column. I know you can print and/or display the comments, but I need the comment in an actual column. Have any ideas?

Thanks in advance!
 
you can create a function to do this.
Paste the following into module for your sheet.

Function comment(thisone) As String
comment = thisone.comment.Text
End Function

It displays the carriage returns as boxes - at least with Times News Roman.

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top