Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-31-2017, 03:11 AM
Jennifer Murphy's Avatar
Jennifer Murphy Jennifer Murphy is offline Find (Ctrl+f) does not search inside equations Windows XP Find (Ctrl+f) does not search inside equations Office 2007
Competent Performer
Find (Ctrl+f) does not search inside equations
 
Join Date: Aug 2011
Location: Silicon Valley
Posts: 234
Jennifer Murphy is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Re 1: That's how the list of figures works, which is what I thought from post #4 you were trying to emulate. Anything fancier would require a macro.
Re 2: You could use a Style separator (i.e. select the caption's paragraph break and press Ctrl-Alt-Enter), or simply format the caption's paragraph break as hidden text.
I appreciate your help. I guess I'll go with the equation captions under the equations. It takes an extra line, which means less room on the page, but I can more or less copy the equation into the comments so that they show up in the list.

I'm afraid to try any of your work-arounds, especially if they involve macros or complex styles. Even if I get them working, I can never remember how they work and end up messing them up later and then cannot figure out how to recover.

Clearly, the wizards at M$FT know what I need better than I do, so I'll just fall in line. (sigh)

Again, thanks for your help.

PS: Now I have one more table that has to prompt me to get updated. Is there any way to tell Word to automatically update all tables and lists without prompting me every time?
Reply With Quote
  #2  
Old 03-31-2017, 04:07 AM
macropod's Avatar
macropod macropod is offline Find (Ctrl+f) does not search inside equations Windows 7 64bit Find (Ctrl+f) does not search inside equations Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,465
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by Jennifer Murphy View Post
I'm afraid to try any of your work-arounds, especially if they involve macros or complex styles. Even if I get them working, I can never remember how they work and end up messing them up later and then cannot figure out how to recover.
There's no Style changes involved; just learning to either format the paragraph break as hidden (dead simple) or remembering how to use the Style Separator (something else to clutter the grey-matter). Obviously, you'd apply the hidden attribute or Style Separator to whichever of the caption & equation paragraphs occurs first.
Quote:
Originally Posted by Jennifer Murphy View Post
PS: Now I have one more table that has to prompt me to get updated. Is there any way to tell Word to automatically update all tables and lists without prompting me every time?
A Print Preview, printing the document or Ctrl-A, F9 should update all of them. Check, too, that Word's 'update fields before printing' option is checked. Another option would be to have a macro in the document or its template to auto-update the fields every time you open the document. Such a macro might be coded along the lines of:
Code:
Private Sub Document_Open()
Application.ScreenUpdating = False
With ActiveDocument
  .Fields.Update
  .PrintPreview
  .ClosePrintPreview
  .Saved = True
End With
Application.ScreenUpdating = True
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find (Ctrl+f) does not search inside equations Find what box in Find and replace limits the length of a search term Hoxton118 Word VBA 7 06-10-2014 05:05 AM
Find and replace inside strings containing various names audioman Word VBA 4 03-25-2014 11:19 AM
Find (Ctrl+f) does not search inside equations Find, aka search aka ctrl+pgdn across multiple lines snarfii Word 1 04-22-2012 09:56 PM
Where we can find a Word document (docx file) that contains professional work inside? Jamal NUMAN Word 0 06-26-2011 09:57 AM
Find (Ctrl+f) does not search inside equations Ctrl+Alt+Enter is not working inside the table!!!!!! Jamal NUMAN Word 1 04-20-2011 02:33 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft