CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Germany
    Posts
    106

    number of pages in VBword

    Hello World,

    i need to get the number of pages in my word97-document by VB. I can't believe there is no ActiveDocument-property to tell me this (But i can't find it). Is there any way???

    thanx i a
    Peter


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: number of pages in VBword

    the is a GetDocumentProperty method in the WordBasic object model.
    Or, use ActiveDocument.BuiltinDocumentproperties


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured