LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
JL JL is offline
external usenet poster
 
Posts: 24
Default trouble using checkbox26_DblClick

I am trying to doubleclick checkbox26 and make value of cell D10 = "N/A" as
well as clear tick in checkbox26. But then if the user later wants to go
back and single click checkbox26 I need to clear the "N/A" and have the
checkbox operate as normal. Here's what I have:

Private Sub CheckBox26_Click()
Range("D10").Value = "N/A"
End Sub

Private Sub CheckBox26_DblClick(ByVal Cancel As ReturnBoolean)
Range("D10").Value = "N/A"
CheckBox26.Value = False
End Sub

It works one time but then will not clear D10.
 
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
still having trouble Theo Excel Programming 2 January 25th 08 09:32 PM
bar of pie trouble mr tom Charts and Charting in Excel 4 August 2nd 07 02:04 PM
If than Else Trouble Goofy Excel Worksheet Functions 2 February 19th 06 10:48 AM
dim trouble jocke Excel Discussion (Misc queries) 7 October 6th 05 08:55 PM
Im in trouble!!! Please Help!! JS JimmyS Excel Discussion (Misc queries) 1 June 19th 05 10:21 PM


All times are GMT +1. The time now is 06:16 PM.

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"