Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Listbox's, .Enabled and .Visible do not work

Who's laughing, I've been there myself. I'm cheering for you.

"Rick S." wrote:

Problem solved!
I simply had to pull my head from out of my behind!
The code was in the wrong part of the macro to know when the event occured.

Please keep the laughter to a dull roar, I still have work to do! ;)

--
Regards

Rick
XP Pro
Office 2007



"Rick S." wrote:

I do not see why this will not work.
'================
If CheckBox1 = True Then
ListBox1.Visible = False 'Use Visible or Enabled, neither work
'code here
end if
'=============
When this works fine
'=============
If CheckBox1 = True Then
CheckBox2.Visible = False
CheckBox3.Visible = False
End If
'=============

Thanks in advance!
--
Regards

Rick
XP Pro
Office 2007

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
2 Listbox's not working macroplay Excel Programming 3 August 13th 06 09:43 AM
ThisWorkbook.Saved = True does not work when Shapes().ControlFormat.Enabled = False Joe HM Excel Programming 0 August 3rd 06 07:46 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM
Listbox's and retaining data when closing eklarsen[_6_] Excel Programming 0 May 7th 04 05:25 AM
LISTBOX'S GREGORY Excel Programming 3 December 1st 03 01:50 PM


All times are GMT +1. The time now is 03:55 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"