01-18-2011 01:47 PM - edited 01-18-2011 01:48 PM
I have a template in excel and I am using the Excel Easy Table.vi in order to write a string array to the report. The issue I'm running into is, because it's a template, I already have the boarders formatted the way I want within Excel, but when I write the table it doesn't keep the boarders. Is there any way I can either:
1. Get boarder formatting then set the formatting back to that
2. Stop formatting the boarder in the first place
Solved! Go to Solution.
01-18-2011 02:58 PM
http://forums.ni.com/t5/LabVIEW/Excel-Easy-Table-Elliminating-Borders/m-p/827961#M376138
found that thread...going to see if it solves my problem
01-18-2011 03:23 PM
So the above thread didn't quite give me the answer but it lead me in the right direction. I found the apped table to report VI and opened it up. If you dig down you find the Excel_Insert_Table.vi. I used this and set "show gridlines" to false. Took care of the problem.