0 LIKES LikeUnLike
Dear FriendI want to add 1 minute or 2 minutes with the current time and want to display the time only (not date) in a Text Box under click event of a command button. But it doesn’t work. The code is as follows:Private Sub Command1_Click()Dim d1 As Integerd1 = DateAdd("n", 60, Now())text1.text=d1End SubN.B. I have also tried by TimeValue function, but doesn’t work. Please help as soon as possible.RegardsPervez
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.