Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am using the calendar code from Ron de Bruin's site put in PERSONAL.XLS: http://www.rondebruin.nl/calendar.htm I want to call OpenCalender from Sheet2: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Target.Row 4 And Target.Column = 6 Then Cancel = True Call OpenCalendar End If End Sub But I get the errormessage "The macro 'test.xls!Module1.OpenCalendar' cannot be found" I seems that it can't "see" the macro in PERSONAL.XLS - any solutions, what am I doing wrong. /Steen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
On call calendar question | Excel Discussion (Misc queries) | |||
Call up form calendar form VBA | Excel Programming | |||
Modify Yearly Calendar to Monthly Calendar Excel 2000? | Excel Programming | |||
Call Center Management: How to calculate 'cost per call' | Excel Discussion (Misc queries) | |||
call up a calendar | Excel Programming |