Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks, I got this working <pre ff = FreeFile Open "C:\comments.txt" For Output As #ff For Each mySht In Worksheets For Each mycomment In Worksheets(mySht.Name).Comments Print #ff, Format(mycomment.Parent.Parent.Name, "!@@@@@@@@@@@@@") & _ Format(Number2Letter(mycomment.Parent.Column) & "," & mycomment.Parent.row, "!@@@@@@") _ & mycomment.Text Next mycomment Next mySht Close #ff </pre Output looks like SHEET1 L,63 A comment here SHEET2 A,3 ANOTHER COMMENT *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2000 how to format the comments font all comments | Excel Discussion (Misc queries) | |||
exporting comments into a separate spreadsheet? | Excel Discussion (Misc queries) | |||
in excel useing comments how do you add clip art to comments? | New Users to Excel | |||
Exporting Comments | Excel Discussion (Misc queries) | |||
Exporting Excel Comments in to Access tables | Excel Programming |