René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

column width [Excel macro]

option explicit

public sub column_width() 
  columns("e").columnWidth = 20
end sub