prettitoni
Programmer
Hi all. I would like to merge the headers of my grid (I use two rows as the header). I have set it to .MergeRow(0) = True and .MergeRow(1) = True and set all my MergeCols to True also. The problem is, I just want the headers merged, not the rest of the grid, but it is merging all of the grid. Is there a way to turn off the merge or something? I thought specifying which rows to merge would do it but it doesn't...