![]() |
|
#1
|
|||
|
|||
|
Hello
Any ideas if i want to know the Page No of which Para Number Exists. I am unable to find any thread of the same. Niether i am unable to fine syntax it. Because Determining the Current Page Number (Microsoft Word) mentions as below Quote:
By Using .Paragraphs(txtParaNo.Text) I want to get its Page Number. Code:
dim i as integer
With ActiveDocument
For i = 1 to .Range.Paragraphs.Count
With .Paragraphs(i)
End with
Next
End with
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Return as many Y as the number of occurrence of values in another column | Marcia | Excel | 2 | 11-27-2020 04:19 PM |
| Table of content to include a page number comprising Section and page number | Allen001 | Word | 2 | 11-25-2019 05:38 AM |
| Excel Match return different row number | kimak | Excel | 1 | 03-01-2017 09:39 AM |
How do I create a field that will return the current paragraph number minus one in an automatic list
|
gugootz | Word | 1 | 11-23-2015 04:58 PM |
| Page number with chapter number but not from Heading 1 | alpruett | Word | 5 | 06-04-2014 02:00 PM |