View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
scoobz scoobz is offline
external usenet poster
 
Posts: 1
Default fixing column width


One workaround would be to create the following macro and save it in
your workbook:

Sub auto_open()
'
Sheets("Sheet1").Select
Cells.Select
Selection.ColumnWidth = 4
Range("A1").Select
'
End Sub


--
scoobz
------------------------------------------------------------------------
scoobz's Profile: http://www.excelforum.com/member.php...o&userid=12170
View this thread: http://www.excelforum.com/showthread...hreadid=561339