-
WSjamesm067
AskWoody LoungerDecember 1, 2015 at 4:24 pm in reply to: Macro needed to generate an Abbreviations and Acronyms List for MS Word 2007 #1539996Understand Paul and thanks for the reply. I think I would take whatever macro I could get and run it anyway, as it will give me something that I can use (even if partial).
-
WSjamesm067
AskWoody LoungerDecember 1, 2015 at 9:33 am in reply to: Macro needed to generate an Abbreviations and Acronyms List for MS Word 2007 #1539967Hello again,
Here is some additional clarification on what the macro needs to do:
1. Search through a 300 page MS Word document.
2. Find all letters not numbers in parenthesis from say 2 – 10 characters in length.
3. Take the number of words preceding the parenthesis that correspond to the number of letters inside the parenthesis.
4. Output a list with the letters in parenthesis first (without the parenthesis now) followed by, for example, two spaces and then the words that had originally come before the parenthesis.In other words, the macro finds the first word/term combination: Chief Executive Officer (CEO)
The macros sees three letters in parenthesis and three words before the parenthesis.
The macro outputs the following to a list:
CEO Chief Executive Officer
The macro loops through and finds the second word/term combination: Vice President (VP).
We see two letters now in parenthesis and two words before the parenthesis.The macro outputs the following to the same running list:
VP Vice President
The macro loops through the document until all terms in parenthesis (for example 1-10 letters which correspond to 1-10 words) are captured and outputted
in the desired format with term first followed by term definition.Note: The document is currently setup with acronym definition first followed by the acronym term in parenthesis – e.g. Director of Operations (DO). In this case here, I would like to filter out words like: a, of and others and just stick to just the term and acronym term acronym definition – if possible.
Please let me know if a macro like this is possible, as well as ideas on how one would make this work.
Thanks in advance for your input.
Regards,
Jim
-
WSjamesm067
AskWoody LoungerDecember 1, 2015 at 6:00 am in reply to: Macro needed to generate an Abbreviations and Acronyms List for MS Word 2007 #1539960Thanks Jweissmn1,
I appreciate the link to the macros from Paul Beverly.
I will certainly check it out as well.Regards,
Jim
-
WSjamesm067
AskWoody LoungerDecember 1, 2015 at 5:58 am in reply to: Macro needed to generate an Abbreviations and Acronyms List for MS Word 2007 #1539959Thanks Paul.
I really appreciate the reply. I will check out the links.
Regards,
Jim
-
WSjamesm067
AskWoody LoungerDecember 1, 2015 at 5:51 am in reply to: List Item Styles Not Restarting at 1 through locked down styles in template (MS Word 2007) #1539958Thanks for the reply Andrew, and the macro. I really appreciate it.
I see the Macro Code you provided does work in a protected (locked down styles driven) template, but you must highlight the numbering field (e.g. 4) you want changed and then run the macro.
This works great, but I am looking to have a specific style from the styles window, which can restart/reset the list numbering after a new Heading 1 (e.g. Chapter 2) and same hopefully
for at least for heading level 2 and heading level 3. Is this possible? I tried one approach I found on the web by Defining Multilevel Lists with:Heading Level 1 – N/A
Heading Level 2 – restart list after Level 1
Heading Level 3 – restart list after Level 2
and so onBut, it did not work.
Attached, is a quick template I created.
I highlighted where the list level is at number 4 – where it should reset to number 1 again.The password for the sample template is: Test
It sounds like I need to merge headings and list elements into the same outline list, as you said, and I believe I may have attempted that, but with no luck.
Please look at the attached document and check out the MultiLevel List, if you can.
Thanks for any feedback you can provide on this question.
Regards,
Jim
-
WSjamesm067
AskWoody LoungerNovember 13, 2014 at 9:20 am in reply to: Excel Macro or Formula needed to create real-time (color coded) vertical chart #1475179HI Zeddy,
Thanks for the reply. This sample you sent is fantastic. I tried adding a quick new made up entry and set it to Y and it came in green.
This is very nice indeed. I will look at it in more detail when I have a free moment. My overall goal is to get away from doing this manually in Visio – especially
when all the data is in Excel and Excel can be automatically created in tree format.My next, question deals with adding branches (sub-branches) off the main branch. Also, what about the main root (top) of the tree. How can that be added in on the tree tab? See attached and thanks once again for looking at this. It looks really nice.
Jim
-
WSjamesm067
AskWoody LoungerFebruary 8, 2014 at 11:41 am in reply to: Need macro to convert folder full of .DOCX files to .RTF format #1437854Thanks Paul!!! It works great.
-
WSjamesm067
AskWoody LoungerFebruary 27, 2013 at 6:38 pm in reply to: Script needed to save a folder full of .Rtf files to .Docx format #1377085Thanks for the tip Abraham. I will check it out.
Jim
-
WSjamesm067
AskWoody LoungerFebruary 27, 2013 at 6:37 pm in reply to: Script needed to save a folder full of .Rtf files to .Docx format #1377084Hi Paul,
Thanks for the posting and my apologies for the delay in getting back to you – work has been incredibly busy.
I will give the code out when I get a moment.Thanks again for taking the time to post this.
Jim
-
WSjamesm067
AskWoody LoungerFebruary 8, 2013 at 8:55 am in reply to: Script needed to save a folder full of .Rtf files to .Docx format #1373676Thanks Andrew. I ran a search earlier, but I guess I did not have the right keywords. I will check the thread you referenced.
Thanks,
Jim
-
WSjamesm067
AskWoody LoungerMarch 14, 2012 at 10:02 pm in reply to: Macro needed to find “See WP 0100 00” text in doc and link out to source. #1324996Paul,
So, it looks like I would have to put a unique bookmark in each of the 200 documents first (either through some macro – if possible or manually), in the footer or header. And it looks like linking to
{PAGE* MERGEFORMAT}/2 [/B]might be good in one place where the destination link is for page 1 in a certain document, but not in another, since the destination link may be on page 2 in another case. So, bookmarks are probably the most reliable away to make this happen. I will look into that further. -J
-
WSjamesm067
AskWoody LoungerMarch 13, 2012 at 9:30 pm in reply to: Macro needed to find “See WP 0100 00” text in doc and link out to source. #1324891Paul,
Honestly, I never thought it would be this difficult to get a macro. I am about ready to give up on the whole thing. It would seem (at least by you) that I have presented too much information in this posting. So, I will try one last time to post what I am looking for in a new macro. If it can’t be done, then tell me and I will end the discussion on this topic here and now (although, the only opinion I have received to date, is from you).
Okay one last time, I would like to find a macro that:
1. Points to a folder full of MS Word 2010 documents (this we know already).
2. Finds a numeric link of six numbers such as: 0100 00 (the format is always the same, starting with a zero, three digits, a space and two digits).
3. Searches other documents (in the page header or footer only) for the same number, and then establishes a link.
4. Repeats steps 2and 3 until all numbers in the body of all the documents have links established.As for the destination link, yes I agree there can be several header and footer pages, which is why I thought maybe it could link to perhaps a specific footer, such as in page 1, which would contain: ‘{PAGE * MERGEFORMAT}/2 . Maybe the code could say, find the first corresponding reference in a footer and link to it.
Overall, maybe this is not possible to do in MS Word. I am not sure, but since no one else has responded to this post, I am guessing that it’s probably not possible to effectively do this in Word.
Thanks for the input.
Jim
-
WSjamesm067
AskWoody LoungerMarch 13, 2012 at 7:43 pm in reply to: Macro needed to find “See WP 0100 00” text in doc and link out to source. #1324885Hi Paul,
I appreciate your comments about PDFs, but what I am really focused on right now, is finding and linking to keypoints in a header or footer. In theory, I think that is possible to do, I just need to know how to make Word search for a number inside of a footer or header. It could even be a hidden text style or a bookmark that is embedded in the header or footer. That is what I want my origination link to find when it searches through documents. The PDF is another issue and I have other ideas for the MS Word document. Right now my focus is on finding a macro code that can execute that search. If I knew how to do that, I would not be asking it here in this forum. Thanks anyway. Jim -
WSjamesm067
AskWoody LoungerMarch 12, 2012 at 7:33 pm in reply to: Macro needed to find “See WP 0100 00” text in doc and link out to source. #1324763Hi Paul,
Yes of course I can reuse the same code from the graphics macro (looping through a folder full of documents). My posting here is really focused on finding the wildcard listed above and linking it to a page header or page footer destination link (another document) when it finds the target. I don’t think that segment of coding has been brought up before, at least not that I reckon. Thanks, -J
-
WSjamesm067
AskWoody LoungerMarch 12, 2012 at 10:35 am in reply to: Macro needed to find “See WP 0100 00” text in doc and link out to source. #1324692Hi Paul,
I did not see a PM from you on this. Let me go look for it. Thanks,
Jim
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Have Copilot there but not taking over the screen in Word
by
CWBillow
3 hours, 20 minutes ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
1 day, 1 hour ago -
Are Macs immune?
by
Susan Bradley
23 hours, 5 minutes ago -
HP Envy and the Function keys
by
CWBillow
9 hours, 26 minutes ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
1 day, 12 hours ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
1 day, 13 hours ago -
Unable to update to version 22h2
by
04om
3 hours, 48 minutes ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
1 day, 20 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
1 day, 20 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
1 day, 6 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
2 days, 9 hours ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
1 day, 22 hours ago -
Is your battery draining?
by
Susan Bradley
9 hours, 46 minutes ago -
The 16-billion-record data breach that no one’s ever heard of
by
Alex5723
3 hours, 22 minutes ago -
Weasel Words Rule Too Many Data Breach Notifications
by
Nibbled To Death By Ducks
2 days, 13 hours ago -
Windows Command Prompt and Powershell will not open as Administrator
by
Gordski
1 day, 21 hours ago -
Intel Management Engine (Intel ME) Security Issue
by
PL1
1 day, 21 hours ago -
Old Geek Forced to Update. Buy a Win 11 PC? Yikes! How do I cope?
by
RonE22
1 day, 14 hours ago -
National scam day
by
Susan Bradley
20 hours, 57 minutes ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
1 day, 17 hours ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
3 days, 14 hours ago -
Tools to support internet discussions
by
Kathy Stevens
2 days, 3 hours ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
3 days, 5 hours ago -
AI is good sometimes
by
Susan Bradley
3 days, 21 hours ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
3 days, 11 hours ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
4 days, 22 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
4 days, 20 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
5 days ago -
Excessive security alerts
by
WSSebastian42
3 days, 15 hours ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
5 days, 10 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.