I am trying to hide some columns in excel using VB6. Here is what I have so far:
.Columns("F:H".Select
.Selection.EntireColumn.Hide
The first line works fine but when the spreadsheet is displayed on the screen the columns are highlighted but are not hidden.
How can I do this?
TIA
Nate
.Columns("F:H".Select
.Selection.EntireColumn.Hide
The first line works fine but when the spreadsheet is displayed on the screen the columns are highlighted but are not hidden.
How can I do this?
TIA
Nate