Hi everyone,
I am trying to figure out a macro in excel that would search for a specific value and jump to that point in a specific word file.
As an example:
Cell A1 has the value "Company X" in it. I would like to be able to press Cell A1 and the code then opens the word document and jumps to the "Company X" section of the word file, or if the word file is open already, just jump to the "Company X" section.
Essentially, I would like the code in Excel to act as a table of contents of sorts between the two programs and files, so that I can discuss the value and then click it and be brought into the more in depth explanation in word.
I am suspecting this to be a straight forward code that either looks for the exact formatting or text, however, I am still quite new to VBA coding and this is just beyond my abilities and I have not been able to find any threads addressing it directly, so given the amount of great contributions here I hope some of you guys might be able to assists.
Thanks!
I am trying to figure out a macro in excel that would search for a specific value and jump to that point in a specific word file.
As an example:
Cell A1 has the value "Company X" in it. I would like to be able to press Cell A1 and the code then opens the word document and jumps to the "Company X" section of the word file, or if the word file is open already, just jump to the "Company X" section.
Essentially, I would like the code in Excel to act as a table of contents of sorts between the two programs and files, so that I can discuss the value and then click it and be brought into the more in depth explanation in word.
I am suspecting this to be a straight forward code that either looks for the exact formatting or text, however, I am still quite new to VBA coding and this is just beyond my abilities and I have not been able to find any threads addressing it directly, so given the amount of great contributions here I hope some of you guys might be able to assists.
Thanks!