View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Active Workbook Properties - comments

Hi
try
msgbox ActiveWorkbook.BuiltinDocumentProperties("Comments ")

--
Regards
Frank Kabel
Frankfurt, Germany


Mark wrote:
I am using EXCEL 97.

I want to be able to access the above

I have tried:-

ActiveWorkbook.BuiltInWorkbookProperties
(xlPropertyComments)

But it debugs.

Can anyone assist, please?


Mark