Has anyone ever seen this error->
Microsoft Visual Basic
Run-time error '-2147319765 (8002802b)':
Method 'Value' of object '_DMsacal70' failed
I set up a calendar macro in excel using thread68-676537. It runs fine on my computer, but won't run on an identical computer.. both running Win2000, Office2002.
Debug points to->
Sub OpenCalendar()
' Displays the UserForm and calendar
' Shortcuts should be made to this procedure
->frmCalendar.Show
End Sub
I searched the web and could only find one reference to this error, but there was no resolution.
tav
Microsoft Visual Basic
Run-time error '-2147319765 (8002802b)':
Method 'Value' of object '_DMsacal70' failed
I set up a calendar macro in excel using thread68-676537. It runs fine on my computer, but won't run on an identical computer.. both running Win2000, Office2002.
Debug points to->
Sub OpenCalendar()
' Displays the UserForm and calendar
' Shortcuts should be made to this procedure
->frmCalendar.Show
End Sub
I searched the web and could only find one reference to this error, but there was no resolution.
tav