View Single Post
 
Old 05-30-2014, 08:59 AM
bgranzow bgranzow is offline Windows 8 Office 2013
Novice
 
Join Date: Jan 2014
Posts: 12
bgranzow is on a distinguished road
Question Help Writing VBA Code using the HideMark property

Hello,
I am running office 2013. In word, I have a table with rows. These rows are filled by a mail merge. Sometimes, the rows are completely empty. When this occurs, I would like the rows to automatically shrink to size 0. Currently they cannot do so because of the hidden next cell glyph in each cell. I know there is a way to use VBA and the HideMark property to tell word to ignore those glyphs when defining the cell height however, I'm not sure how to go about writing the code for it. Please Help. Thank you.

Here is a link to what I need to do.
http://officeopenxml.com/WPhideMark.php
Reply With Quote