Reducing the Thickness of Border

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am importing a CSV file in a VBA Application, and parsing it to Excel for
Calculation and formating it with an Excel Layout and passing it to Psot
Script to create a PDF.

I would like to reduce the thickness of the Border, I call the borders that
are available in the Excel.

Can anyone help me how to reduce the thickness of the Border to less than
one point.
 
You can reduce cell border thickness to zero by specifying that you
don't want to see any cell borders...

If you are talking about borders that you draw yourself you can specify
a line thickness of 1/4 point from the line styles button on the drawing
toolbar.

Bill

I am importing a CSV file in a VBA Application, and parsing it to Excel
for
Calculation and formating it with an Excel Layout and passing it to Psot
Script to create a PDF.

I would like to reduce the thickness of the Border, I call the borders
that
are available in the Excel.

Can anyone help me how to reduce the thickness of the Border to less
than
one point.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top