
Dim v As String Dim m As String Dim g As String Dim ver As String v = "Ver. 5" m = Month(Date) g = Day(Date) ver = v & "." & m & "." & g Label84.Caption = ver |
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
UserForm1_Avvio.Hide
With Application.VBE.MainWindow
.Visible = True
.SetFocus
End With
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
Label84.Caption = ver
Else
MultiPage1.SetFocus
Exit Sub
End If
End Sub
|
| scossa's web site |
| Se tu hai una mela, ed io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee. (George Bernard Shaw) |
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
UserForm1_Avvio.Hide
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
Label84.Caption = ver
With Application.VBE.MainWindow
.Visible = True
End With
Else
MultiPage1.SetFocus
Exit Sub
End If
End Sub |
| scossa's web site |
| Se tu hai una mela, ed io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee. (George Bernard Shaw) |
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
Label84.Caption = ver
UserForm1_Avvio.Hide
With Application.VBE.MainWindow
.Visible = True
.SetFocus
End With
Else
MultiPage1.SetFocus
Exit Sub
End If
End Sub
|
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
Label84.Caption = ver
Else
MultiPage1.SetFocus
Exit Sub
End If
End Sub |
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
Label84.Caption = ver
'UserForm1_Avvio.Hide
'With Application.VBE.MainWindow
' .Visible = True
' .SetFocus
Else
MultiPage1.SetFocus
Exit Sub
End If
End Sub |
Private Sub Label83_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Dim m As String
Dim g As String
Dim v As String
Dim ver As String
myValue = InputBox("Inserisci Password")
If myValue = "p" Then
m = Month(Date)
g = Day(Date)
v = "Ver. 5"
ver = v & "." & m & "." & g
UserForm1_Avvio.Label84.Caption = ver
Application.Wait (Now + TimeValue("0:00:01"))
UserForm1_Avvio.Hide
With Application.VBE.MainWindow
.Visible = True
.SetFocus
End With
Else
UserForm1_Avvio.MultiPage1.SetFocus
Exit Sub
End If
End Sub
|
