Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default C# COM given "#NAME" error

I have A COM add-in for Excel 2003 that is beeing used without any problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled items)
So everything seems to work except the user defined functions inside the COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default C# COM given "#NAME" error

Torben,
Just a guess: Are you sure the user is using the correct function names ?

NickHK

"Torben Laursen" wrote in message
...
I have A COM add-in for Excel 2003 that is beeing used without any

problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled items)
So everything seems to work except the user defined functions inside the

COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default C# COM given "#NAME" error

Nick,

Thanks, yes he send me screendumps.

Torben


"NickHK" wrote in message
...
Torben,
Just a guess: Are you sure the user is using the correct function names ?

NickHK

"Torben Laursen" wrote in message
...
I have A COM add-in for Excel 2003 that is beeing used without any

problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he
can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled items)
So everything seems to work except the user defined functions inside the

COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default C# COM given "#NAME" error

Another guess, any simimilarly named functions around anywhere

Regards,
Peter T

"Torben Laursen" wrote in message
...
Nick,

Thanks, yes he send me screendumps.

Torben


"NickHK" wrote in message
...
Torben,
Just a guess: Are you sure the user is using the correct function names

?

NickHK

"Torben Laursen" wrote in message
...
I have A COM add-in for Excel 2003 that is beeing used without any

problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error:

#NAME.

The COM seens to be installed correct. It addes a menu to Excel and he
can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled

items)
So everything seems to work except the user defined functions inside

the
COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben








  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default C# COM given "#NAME" error


hello, I have had a similar problem.

in my case the issue was that excel not using the correct version of the
..net framework.

I have resolved adding the text file excel.exe.config in the office folder
with the following rows
<configuration
<startup
<supportedRuntime version= " v2.0.50727 "/
</startup
</configuration

"Torben Laursen" wrote:

I have A COM add-in for Excel 2003 that is beeing used without any problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled items)
So everything seems to work except the user defined functions inside the COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default C# COM given "#NAME" error

Riccardo,
Thanks for the feedback. But it did not solve the problem.

Torben

"Riccardo" wrote in message
...

hello, I have had a similar problem.

in my case the issue was that excel not using the correct version of the
.net framework.

I have resolved adding the text file excel.exe.config in the office folder
with the following rows
<configuration
<startup
<supportedRuntime version= " v2.0.50727 "/
</startup
</configuration

"Torben Laursen" wrote:

I have A COM add-in for Excel 2003 that is beeing used without any
problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he
can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled items)
So everything seems to work except the user defined functions inside the
COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default C# COM given "#NAME" error

I have solved the problem.

It turned out that the customer has installed Norton internet security 2007
and it was blocking the COM.
The solution is to disable the office plugin in Norton.

Torben

"Torben Laursen" wrote in message
...
Riccardo,
Thanks for the feedback. But it did not solve the problem.

Torben

"Riccardo" wrote in message
...

hello, I have had a similar problem.

in my case the issue was that excel not using the correct version of the
.net framework.

I have resolved adding the text file excel.exe.config in the office
folder
with the following rows
<configuration
<startup
<supportedRuntime version= " v2.0.50727 "/
</startup
</configuration

"Torben Laursen" wrote:

I have A COM add-in for Excel 2003 that is beeing used without any
problems
on a number of computers.

However one of my customers cannot get it to work.
When he tryes to call one of the UDF in the COM he get the error: #NAME.

The COM seens to be installed correct. It addes a menu to Excel and he
can
use the winforms that are in the COM.
Also there is no disabled items in Excel (Under Hep/About/Disabled
items)
So everything seems to work except the user defined functions inside the
COM

Can anyone give me any hints about how I solve this problem?

Thanks
Torben







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Shortcut key for "Paste Options" and "Error Checking" buttons? johndog Excel Discussion (Misc queries) 1 October 6th 06 11:56 AM
What is Error "Method "Paste" of object "_Worksheet" failed? vat Excel Programming 7 February 17th 06 08:05 PM
"Clean Me" Macro is giving "#VALUE!" error in the Notes field. Ryan Watkins Excel Programming 1 June 11th 05 12:25 AM
Getting "compile error" "method or data member not found" on reinstall Bp Excel Programming 1 April 23rd 04 04:42 PM


All times are GMT +1. The time now is 05:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"