Rob,
I have a reference to the excel.dll in vb.net.
I found that setting the outline level on the row Item to a certain value is
similar to the group method that is the vba script.
Thank you for any information
E-Cube
"Rob Nicholson" wrote:
> > How do I convert this VBA script into VB.Net?
> >
> > Rows("4:5").Select
> > Selection.Rows.group
> >
> > I did take a look at the office 2003 sdk for excel at the group property
> > but
> > that did not provide helpful information.
>
> How is this VB.NET program running? Is it been called from Excel or invoking
> Excel itself?
>
> Rob.
>
>
>
|