Howdy- I'm reading SQL Server tables with VB6 and writing the results to Excel Spreadsheets. The syntax in VB6 differs slightly from VBA when manipulating Excel objects. In general; has anyone seen a comprehensive reference on this subject (I can't find anything on Microsoft's sight). In particular; how to accomplish:
"Columns("A:B".ColumnWidth = 10"
(a VBA command) using VB6
Any help would be appreciated. Thanks-- Chris
"Columns("A:B".ColumnWidth = 10"
(a VBA command) using VB6
Any help would be appreciated. Thanks-- Chris