Istiyak
Member
Hi friends,
I have two problems.
1. i have inserted one picture in my excel book when i m clicking on it is showing me caledar which i have added in VBA module.
The query is that i want to popup that calendar with current date. i is not updating every day (Not showing current date by default) i have tried given VBA
Sub Calendar_click()
Calendar.value = today()
range("F3").value = Calendar.value
Unload me
End Sub
Sub ShwClnd()
Calendar.show
End Sub
Kindly resolve
2. I have one cell with formula
=2+2+2+2+3+4+5 {suppose}
Is there any formula which give me the count of no which is in above formula.
i.e. 7 is the result as per above formula.
Waiting.
Regards
!$T!
I have two problems.
1. i have inserted one picture in my excel book when i m clicking on it is showing me caledar which i have added in VBA module.
The query is that i want to popup that calendar with current date. i is not updating every day (Not showing current date by default) i have tried given VBA
Sub Calendar_click()
Calendar.value = today()
range("F3").value = Calendar.value
Unload me
End Sub
Sub ShwClnd()
Calendar.show
End Sub
Kindly resolve
2. I have one cell with formula
=2+2+2+2+3+4+5 {suppose}
Is there any formula which give me the count of no which is in above formula.
i.e. 7 is the result as per above formula.
Waiting.
Regards
!$T!