![]() |
|
|
|
#1
|
|||
|
|||
|
If it would help to have your document in Word, I have seen software online that converts a PDF to a Word file. |
|
#2
|
|||
|
|||
|
If you have the knowledge to write a macro all you need to do is encase your code in a For....Next loop. For example:
Sub MacroName() For count = 1 to 185 Put code here Next Count End Sub The will run 185 times. If what you are searching for is the same on each page then this should work for you. Good luck. Tony |
|
| Tags |
| find and replace, footer, variable |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Find/Replace or VBA | davidku | Word | 4 | 04-27-2012 04:39 PM |
| Find and replace using variables | jago25_98 | Word | 1 | 01-31-2012 04:30 AM |
Bad view when using Find and Find & Replace - Word places found string on top line
|
paulkaye | Word | 4 | 12-06-2011 11:05 PM |
Is there a way to use "find/replace" to find italics words?
|
slayda | Word | 3 | 09-14-2011 02:16 PM |
Help with find and replace or query and replace
|
shabbaranks | Excel | 4 | 03-19-2011 08:38 AM |