View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How do I use ActiveX controls to hide/show rows on a sheet?

Have you looked at group and outline under the data menu?

It may do all that you want.

Another thought would be Filter under the Data menu.

--
regards,
Tom Ogilvy

"activeXhelpPlease" wrote in
message ...
I am trying to create a spreadsheet that uses ActiveX controls to allow

for
rows of text to be displayed or hidden. I am using radio buttons and
checkboxes to determine which rows I would like displayed.

Is this possible?