Comment Field of an xls file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Thanks in advance.

Have a table Called File_Names

In table is 250 excel table names Name = FN_Name = Name & FN_Path = Path.

What I want to do is read the Comment field (Of the File) and put it in
Old_Comment & then update it with a string Var from New_Comment

Hope you can give me urgent help on this matter

Thanks

Trev
 
Use the Excel Comment object. To get info, open the object browser in the
VBA editor. Search the Excel libarary for Comment
 
Thanks,

But I want to do the file comment not a worksheet or cell comment in
addition I using access not excel.

Pehaps I wait and see if any one else replies.

Thanks anyway

Trev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top