View Single Post
 
Old 02-22-2021, 08:05 AM
roseheller roseheller is offline Windows 10 Office 2019
Novice
 
Join Date: Feb 2021
Posts: 3
roseheller is on a distinguished road
Default Creating a Macro in VBA where a Dropdown Box Populates Text Bookmarks below

Hello,

I am trying to create a lab report document for our company that includes our basic tests on my Macbook. Basically, I want our chemists to be able to say that they did:

Test A
Test B
Test C
And, depending on the test, the list of equipment used, procedures, results, and photo requirements change based on the bookmark (for example):

Test A
Bookmark 3A, 3C, 4A, and 5C show up
Test B
Bookmark 1A, 2C, 3A, and 4C show up
Test C
Bookmark 1B, 1E, 4A, and 5D show up
All the chemists would need to do would be to insert the information/graphs they gathered when testing.

I've never used VisualBasic before, and I don't really know how to program this in... and the videos I watch show people using "fn+control+f9" and inserting IF { {REF} } rather than create modules for this... but it doesn't seem work on my Word 2021 version.

Please help!

I also have the same question posted here: Creating a Dropdown Box that Populates Bookmarks below - Microsoft Community

Last edited by roseheller; 02-22-2021 at 03:25 PM. Reason: Cross-Posting Etiquette
Reply With Quote