View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tim879 Tim879 is offline
external usenet poster
 
Posts: 208
Default Open / Close Grouping through VBA

I looked into resize but that doesn't work. I am not trying to resize
the range I have selected, I am just trying to collapse / expand the
grouping.

Thanks for the suggestion though. Any other ideas?

On Mar 12, 11:04 am, JLGWhiz
wrote:
Not sure what you mean, but look at the Resize function.

"Tim879" wrote:
Hi


Does anyone know if it's possible to expand / collapse groupings using
VBA. I tried using the macro recorder but no code is generated when
you expand / collapse a group.


Any suggestions?


Thanks
Tim