ScrollToCurrentTime ?? |
Post Reply |
Author | |
Kal250
Newbie Joined: 25 October 2006 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 05 December 2006 at 6:52pm |
Would it be possibe to add a ScrollToCurrentTime method similiar to ScrollToWorkDayBegin?? Thanx
|
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
Hello,
This is the Sub I use to scroll Calendar to the current time:
Private Sub ScrollToCurrentTime()
Dim Indx As Long Indx = Calendar.DayView.GetCellNumber(Format(Now, "hh:00")) Calendar.DayView.ScrollV Indx End Sub Perhaps, it is what you are looking for.
|
|
Kal250
Newbie Joined: 25 October 2006 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Yes
Thank -you
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |