terimakasih mas bhe atas responya... masalah sudah terpecahkan. regards CW
----- Original Message ----- From: "bhe" <[email protected]> To: [email protected] Date: 25 Mei 2010 12:04 Subject: VBA tidak bereaksi > > Hai, > > Saya coba kasih jalan cepat, siapa tau berfungsi. > > Private Sub Date_INP_LostFocus() > If len(Me.Date_INP)=0 Then > MsgBox "Maaf anda belum memasukan INP Date", vbInformation, "Warning" > End If > End Sub > > kalau masih g bisa pake > Private Sub Date_INP_LostFocus() > If len(Me.Date_INP)>0 Then > else > MsgBox "Maaf anda belum memasukan INP Date", vbInformation, "Warning" > End If > End Sub > > Hal ini dikarenakan nilai yang berupa text/string, bisa bernilai null dan > null <> dengan empty string ("") > > Semoga bisa membantu > > --- In [email protected], Cecep W <cepwa...@...> wrote: > > > - Perlihatkan kutipan teks - > > ------------------------------------ SPAM IS PROHIBITEDYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/belajar-access/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/belajar-access/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

