View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Fetching Comments from a closed work book

You could use VBA to silently open the workbook, then use

Workbooks("mybook.xls").Sheets(1).Range("A1").Comm ent.Text

to retrieve the comment text from a particular cell.


HTH,
JP

On Mar 13, 10:20*am, wrote:
Hi,
I want to fetch comments from a closed work book. How can this be
done?

Thanks,