I am trying to write a word report using the standard report generating .vis. Is there a way to retrieve the bookmark names from a word report template. The MS Office Report express vi does this when you specify a custom template. However I have way more than 17 bookmarks so I plan to write this report using the standard .vis and need the bookmark names. I would prefer not to have to have a list that i generated but rather have labview grab all the bookmark identifiers. How does the express vi do this? I can't seem to figure it out. thanks in advance
You can find out how the Express VI works by right-clicking on it and selecting Open Front Panel. This opens the Express VI as a sub vi. Then you can view the block diagram. I would suggest you run this in Highlight Execution mode. This should give you more clues on how to get the bookmark names.
I need to do the same thing and have opened the front panel of the ms office report.vi but can not see where it is retrieving the bookmarks. Any suggestions?