Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro programing in excell

I am trying to creat a excel(2003) sheet that when you click on a button
(yes/no) certin cells will dissapear. hide. and when you click on the other
button they reapear.
I will have several sections that this will apply.

let me know if there are any suggustions
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Macro programing in excell

How about using the SAME button
Sub togglehiderows()
Rows("2:4").Hidden = Not Rows("2:4").Hidden
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"thechad85" wrote in message
...
I am trying to creat a excel(2003) sheet that when you click on a button
(yes/no) certin cells will dissapear. hide. and when you click on the
other
button they reapear.
I will have several sections that this will apply.

let me know if there are any suggustions


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 2007 macro/vb programing question Keith Excel Programming 10 November 2nd 07 02:55 PM
Macro Programing ¿Confused? New Users to Excel 13 March 8th 07 07:23 PM
Help with VBA programing CyberStorm Excel Programming 3 July 26th 04 07:57 PM
Macro programing Jason Trolian Excel Programming 4 June 5th 04 10:15 PM
Programing a macro to pause while running for data entry Don Guillett[_4_] Excel Programming 0 August 27th 03 12:14 AM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"