View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
memememe memememe is offline
external usenet poster
 
Posts: 2
Default Urgent! group objects in Excel

I have a textbox and an image. I would like to group them together as one
shape object. How do I do that with C# and office interop?

VB equivalent is :
ActiveSheet.Shapes.Range(Array("MyText", "MyPicture")).Select
Selection.ShapeRange.Group.Select

What's the equivalent if this with office interop and C# ?
Please help!