|
-
Aug 30th, 2000, 03:46 PM
#1
Thread Starter
New Member
Hi all,
Could someone please help me with following problem.
I'm writing a vb code that need to see the properties of opened office documents using following method:
Dim oDOC as Word.Application
Set oDOC = New Word.Application
If oDOC.Documents(FileName).Saved = False Then
MsgBox ("Document has not been save")
End if
It seems like code does not recognize opened document. However, if do the same thing with powerpoint object, everything works fine.
Can someone please tell me what can be done.
Thanks,
Charles
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|