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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top