LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Checkbox to Hide Column G

Any Reason why this does not give error or a response? I built it with help
from this forum and everything seems right. Im stumped.

Im using office 2003.
______________________


Private Sub CheckBox20_Click()

If CheckBox20 = True Then
Columns("G").Hidden = True
Else
Columns("G").Hidden = False
End If

End Sub
 
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
use checkbox to hide rows ScottB Excel Discussion (Misc queries) 2 August 20th 08 01:05 PM
checkbox to hide/show row [email protected] Excel Programming 1 December 14th 07 10:26 AM
Hide & Unhide with a Checkbox Jonathan Excel Programming 5 October 5th 05 12:16 PM
hide rows from checkbox Qaspec Excel Programming 1 May 25th 05 10:32 PM
Hide / Unhide Columns with checkbox Sige Excel Programming 4 May 9th 05 11:43 AM


All times are GMT +1. The time now is 06:36 AM.

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

About Us

"It's about Microsoft Excel"