Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this property or method. Message I'm getting when I enter any text
password into the text box which uses this code: Private Sub cbOK_Click() sPwrd = ufPwrdEntry.tbPwrdEntry.Value <---Object doesn't support... If sPwrd = "" Then MsgBox "Please enter the password to access this worksheet.", vbOKCancel End If End Sub Just setting a string variable to what was entered into a textbox, I thought. Any suggestions? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I should have mentioned that sPwrd is publicly declared as a string
variable by the routine that calls this one. davegb wrote: this property or method. Message I'm getting when I enter any text password into the text box which uses this code: Private Sub cbOK_Click() sPwrd = ufPwrdEntry.tbPwrdEntry.Value <---Object doesn't support... If sPwrd = "" Then MsgBox "Please enter the password to access this worksheet.", vbOKCancel End If End Sub Just setting a string variable to what was entered into a textbox, I thought. Any suggestions? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
438 - Object doesn't support this property or method | Excel Programming | |||
Object doesn't support this method | Excel Programming | |||
Object doesn't support this property or method | Excel Programming | |||
Object doesn't support this property or method | Excel Programming |