I have an MS Office Spread sheet 9.0 control on a form (since the flexgrid wasn't available
)
How do I set the individual column width?
Have tried:
Doesn't work
This one I even recorded in a macro in Excel...
Thanks everyone
How do I set the individual column width?
Have tried:
Code:
SpreadsheetCtl.Columns(5).Width = 3
SpreadsheetCtl.Columns("D:D").ColumnWidth = 3
SpreadsheetCtl.Columns("D:D").Width = 3
Doesn't work
This one I even recorded in a macro in Excel...
Code:
SpreadsheetCtl.Columns("D:D").ColumnWidth = 3
Thanks everyone