Hi.
I'm creating an Excel spreadsheet using
VB 6.0.
I can't figure out how to change the width of the 2 columns that the sheet requires.
I tried "wshFIC.Columns(,1).Width = 17"
"wshFIC.Columns(,2).Width = 35"
but this doesn't work.
Any suggestions would be greatly appreciated.
Rita