Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , , ,

Sponsored Links



How to open a word document by a chapter

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 04-09-2009
Member
 
Join Date: Jul 2009
Posts: 34
How to open a word document by a chapter

Need help regarding Word 2007, i have created a document which consists of many chapter , over here i need to open a word document by a chapter/mark, for this i have asked many people they told me that it's not possible, but today when i asked my brother about the same he told me that it's possible by using VB script. But he don't have any idea about it.
Reply With Quote
  #2  
Old 04-09-2009
Member
 
Join Date: Dec 2008
Posts: 137
Open a word document by a chapter/mark

If you want to open a word document by a chapter they i would suggest you to use the below macro and after which i am sure you will be able to open it as you want.

Code:
Sub Macro()

Selection.GoTo What:=wdGoToBookmark, Name:="LineaDerivacionIndividual"
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortBy_Name
.ShowHidden = False
End With
End Sub
Reply With Quote
  #3  
Old 04-09-2009
Member
 
Join Date: Feb 2009
Posts: 113
Microsoft Word Open a word document by a chapter/mark

There are many ways where you can move around in a word document, For example if you want to goto any tables then you can use activedocment.tables(1).select and if you want to goto any paragraphs number to move to the last paragraph then in that case use the following code activedocument.paragraphs(activedocument.paragraphs.count).select
Reply With Quote
  #4  
Old 04-09-2009
Member
 
Join Date: Aug 2009
Posts: 1
ThumbsUp Error Deleting File or Folder

Had the same problem and fixed it with
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to open a word document by a chapter"
Thread Thread Starter Forum Replies Last Post
Word cannot open document Scotty816 Windows Software 1 03-10-2011 01:16 PM
Open MS Word Document From JSP Page samualres Software Development 5 12-03-2010 04:20 PM
Word 2003 does not open document JanP Windows Software 8 26-03-2009 08:09 PM
Open MS Word document using VB.NET kaartik Software Development 2 19-01-2009 05:12 PM
Word 2007 will not open word document euctechstew MS Office Support 0 27-12-2008 04:45 AM


All times are GMT +5.5. The time now is 07:51 PM.