Thread: [Solved] Word GoTo From Excel
View Single Post
 
Old 12-04-2012, 04:07 PM
mata30s mata30s is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Nov 2012
Posts: 13
mata30s is on a distinguished road
Default

Unfortunately the table number won't be constant as more tables will keep being added to the document and will require the same functionality as I am trying to produce with this Excel macro, each is just referenced differently under bookmark names. Here is the skeleton of what I'm trying to do:

If this excel file X, does not have a table in document Y Then add a table with bookmark X and input certain contents

ElseIf excel file X does have a table in document Y (bookmark X exists), Then go to that bookmark (hence the table) and modify contents

Thanks again for the response.
Reply With Quote