Using Microsoft Web Components In VB

  • Thread starter Thread starter sharon
  • Start date Start date
S

sharon

I'm using Excel spreadsheet control in my VB application,
How can I select some columns and group them together ?
In Excel worksheet, you should write this:
Columns("A:C").Select
Selection.Columns.Group
But what should I write in VB to get the same result ?

Thanks, Sharon.
 
The spreadsheet control does not support Excel's Group and Outline features
unfortunately.
 
Back
Top