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
|