How to increase of specific column Width

  • Thread starter Thread starter Ashish Kanoongo
  • Start date Start date
A

Ashish Kanoongo

Is there any way to increase width of particular column or range od columns?
 
Hi
for example for column A use
columns(1).columnwidth=25

--
Regards
Frank Kabel
Frankfurt, Germany
Is there any way to increase width of particular column or range od
columns?
 
Yes.

Columns("E").ColumnWidth = 20

--

Vasant



Is there any way to increase width of particular column or range od columns?
 
Back
Top