The object model for Excel and Word are different. I have no idea what your
CRMIT.CRMFunctions does so unless you have a bad installation of Excel (?)
then it must be your add-in causing the fault!
Sorry cannot be more helpful.
--
Regards,
Nigel
(E-Mail Removed)
"Bossun" <(E-Mail Removed)> wrote in message
news:9FDA25EC-F7A7-4F16-9845-(E-Mail Removed)...
> Hi Nigel,
>
> I would specify that the bug occurs not in my add-in code but in my excel
> VBA project.
>
> In my Excel VBA project I can not call any function of my Add-in however
> in
> a Word VBA project it functions.
>
> I type juste this code
>
> sub test()
> dim x
> set x = CreateObject("CRMIT.CRMFunctions")
> msgbox x.DateFixingON()
> end sub
>
> This code runs well in Word-VBA project but crashes in a Excel-VBA
> project.
> Why? any idea?
>
> Thank's
>
>
>
>
>
>
> "Nigel" wrote:
>
>> I do not have your add-in so difficult to answer!
>>
>> --
>>
>> Regards,
>> Nigel
>> (E-Mail Removed)
>>
>>
>>
>> "Bossun" <(E-Mail Removed)> wrote in message
>> news:CAF02D20-0F11-4983-B8B3-(E-Mail Removed)...
>> > Hi,
>> >
>> > I created an Automation Add-in for Excel 2003 using c#
>> >
>> > I installed this add-in and everything functioned well till yesterday.
>> >
>> > Today, all my worksheets crashes when they call functions from my
>> > add-in.
>> >
>> > the strangest think is that I can use this functions in
>> > Access/Word/VbScript
>> > but not in Excel.
>> >
>> > Does someone encounter this problem?
>> >
>> > Thank you for your help
>>
>>