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: 66
Default I may have found (yet another) bug in Excel

I have assigned a HelpContextID to all TextBoxes in my Excel 2002
program, and my home-crafted help system works perfectly. When
I tried to do the same for their corresponding Labels, Excel bombed.
Would some of you set up the following very simple experiment to
confirm what I've encountered (or explain what I'm doing wrong):

Set up UserForm1 with three controls: Label1, TextBox1, and
CommandButton1. In the Properties module set the HelpContextID
for TextBox1 to 101 and the HelpContextID for Label1 to 102, say.
In the code module do the following:

Private Sub CommandButton1_Click()
MsgBox UserForm1.TextBox1.HelpContextID
MsgBox UserForm1.Label1.HelpContextID
End Sub

Sub Auto_Open()
UserForm1.Show
End Sub

Load the program and click the command button. A message
box comes up with the number 101 displayed, as it should;
dismiss the message box and then what happens to me is
that an error message comes up saying "Member not found."

-- Dennis Eisen
 
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
Bug Found in Excel 2007 nick fiechter Excel Discussion (Misc queries) 4 November 30th 09 07:25 PM
excel can't be found trying to solve a problem in excel Excel Discussion (Misc queries) 0 December 21st 06 04:37 PM
Found a SERIOUS bug in Excel !!! irresistible007 Excel Worksheet Functions 2 November 28th 05 10:38 AM
I think I've found a bug in Excel 2003 Dab Excel Discussion (Misc queries) 2 May 11th 05 08:53 PM
File Not Found msg when run Excel roadkill Excel Discussion (Misc queries) 1 April 4th 05 09:35 PM


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