Hello, In our project we are generating a word document from a stored procedure.In that word document lots of table are used to display information.Now the problem is Client wants thin borders applied to tables.We have applied border=1 and they want thickness of border to be less then 1.So we tried applying borders in pixels . When we applied borders in pixel then in the word document border gets disapperared and gridlines appear in place of that.SO how can we apply border to table with less thickness and avoid gridlines(when show gridlines property is on) in place of that.
1/4, 1/2, and 3/4 point (line weight) borders can be applied to tables in W2007 and I think in W2003 through the interface. I should think those would work in VBA too. HTH, PamC quest4rachit wrote: >Hello, >In our project we are generating a word document from a stored procedure.In >that word document lots of table are used to display information.Now the >problem is Client wants thin borders applied to tables.We have applied >border=1 and they want thickness of border to be less then 1.So we tried >applying borders in pixels . > >When we applied borders in pixel then in the word document border gets >disapperared and gridlines appear in place of that.SO how can we apply border >to table with less thickness and avoid gridlines(when show gridlines property >is on) in place of that. -- Message posted via http://www.officekb.com