senators40
Technical User
Hi,
I have a userform which has the Userform Name
What_a_Grey_Textbox_Means
In the coding I want to call up this userform - the coding shows up as
What_a_Grey_TextBox_Means.Show
The difference is that it converts the word Textbox into a capitalization of Box (presumably assuming that I wanted it to be a TextBox control feature)
It then gives you the following error
Compile Error Method or data member not found (Error 461)
I did convert the userform to read
What_a_Grey_Text_Box_Means
and it did work again.
This may be more of a helpful hint rather than a question but I was wondering if this was a new feature of Microsoft Visual Basic 6.5 In Excel 2002 (10.6841.6939) SP3 and if there is a way of turning this feature off (the conversion of Textbox to TextBox)
Thanks,
Jeff
I have a userform which has the Userform Name
What_a_Grey_Textbox_Means
In the coding I want to call up this userform - the coding shows up as
What_a_Grey_TextBox_Means.Show
The difference is that it converts the word Textbox into a capitalization of Box (presumably assuming that I wanted it to be a TextBox control feature)
It then gives you the following error
Compile Error Method or data member not found (Error 461)
I did convert the userform to read
What_a_Grey_Text_Box_Means
and it did work again.
This may be more of a helpful hint rather than a question but I was wondering if this was a new feature of Microsoft Visual Basic 6.5 In Excel 2002 (10.6841.6939) SP3 and if there is a way of turning this feature off (the conversion of Textbox to TextBox)
Thanks,
Jeff