Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I keep the calendar in one place. As it is now when I click on one of
the intersect cells the calendar moves just under the cell covering other information Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Cells.Count 1 Then Exit Sub If Not Application.Intersect(Range("C44:C45"), Target) Is Nothing Then Calendar1.Left = Target.Left + Target.Width - Calendar1.Width Calendar1.Top = Target.Top + Target.Height Calendar1.Visible = True ' select Today's date in the Calendar Calendar1.Value = Date ElseIf Calendar1.Visible Then Calendar1.Visible = False End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to place a calendar template on my desktop. | Excel Worksheet Functions | |||
Help with keeping formulas in place! | Excel Discussion (Misc queries) | |||
Keeping cursor in same place on all worksheets in a workbook | Excel Worksheet Functions | |||
How do place a column of date/time information into a calendar for | Excel Discussion (Misc queries) | |||
Keeping cells in place | Excel Worksheet Functions |