- Katılım
- 14 Şubat 2006
- Mesajlar
- 710
- Excel Vers. ve Dili
- 2002-TÜRKÇE
Merhaba Ekteki çalışmada bu aşağıdaki kodu kullandım.Hata veriyor Userform açıldığında köşede gün ve saati göstermesini istiyorum.
Hata Mesajı
Compile error
Sub oer Function not defined
Private Sub UserForm_Activate()
AddIcon 'Add an icon on the titlebar
AddMinimiseButton 'Add a Minimize button to Userform
AppTasklist Me 'Add this userform into the Task bar
Do
Label22 = Format(Now, " dd mmmm yyyy dddd hh:mm:ss")
DoEvents
Loop
End Sub
Hata Mesajı
Compile error
Sub oer Function not defined
Private Sub UserForm_Activate()
AddIcon 'Add an icon on the titlebar
AddMinimiseButton 'Add a Minimize button to Userform
AppTasklist Me 'Add this userform into the Task bar
Do
Label22 = Format(Now, " dd mmmm yyyy dddd hh:mm:ss")
DoEvents
Loop
End Sub