Thread: column width
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mdmackillop[_20_] mdmackillop[_20_] is offline
external usenet poster
 
Posts: 1
Default column width


Search Inches in VBA help for information.
This should give you a column 1 inch wide (72 points), but it doesn't
look like it on my screen

Columns(1).ColumnWidth =
Application.InchesToPoints(1)


--
mdmackillop
------------------------------------------------------------------------
mdmackillop's Profile: http://www.thecodecage.com/forumz/member.php?userid=113
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=68156