Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,272
Default CFPlus - v1.01.090 - Error 5

We recently announced the release of CFPlus, an extended conditional
formatting add-in .

A number of users with older operating systems, such as Win95 and WinME,
have reported receiving an Error 5 on loading the add-in. We believe that we
have found the cause of this error and fixed it, so you should be able to
get the fixed version at the same place,
http://www.xldynamic.com/source/xld.....Download.html.

We would be grateful to hear from anyone who suffered this error as to
whether it is now cured for them, quoting the OS and Excel version please.

For anyone who is interested, the problem was caused by a call to the
GetPrivateProfileInt API. The code was issuing this call, and then calling
GetPrivateProfileString if that call failed (as we are catering for numeric
and string values). We had one key value of 'x10', which we wanted to be
returned as a string. In NT/Windows 2000/XP, this is exactly what happened.
However, in the other systems, the 'x10' is read as a hexadecimal number
(value 16 in this case), and so the code failed on the expectation of a
subsequent string key that wasn't there.

Frank Kabel & Bob Phillips



  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 74
Default CFPlus - v1.01.090 - Error 5

mine is windows98 and Excel 2000. still after adding this addin and close
excel and reopen excel some error comes the error message is

"invalid procedure call or argument"

when I remove the addin by removing the unzipped files it is ok

==================================
Bob Phillips wrote in message
...
We recently announced the release of CFPlus, an extended conditional
formatting add-in .

A number of users with older operating systems, such as Win95 and WinME,
have reported receiving an Error 5 on loading the add-in. We believe that

we
have found the cause of this error and fixed it, so you should be able to
get the fixed version at the same place,
http://www.xldynamic.com/source/xld.....Download.html.

We would be grateful to hear from anyone who suffered this error as to
whether it is now cured for them, quoting the OS and Excel version please.

For anyone who is interested, the problem was caused by a call to the
GetPrivateProfileInt API. The code was issuing this call, and then calling
GetPrivateProfileString if that call failed (as we are catering for

numeric
and string values). We had one key value of 'x10', which we wanted to be
returned as a string. In NT/Windows 2000/XP, this is exactly what

happened.
However, in the other systems, the 'x10' is read as a hexadecimal number
(value 16 in this case), and so the code failed on the expectation of a
subsequent string key that wasn't there.

Frank Kabel & Bob Phillips





  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,885
Default CFPlus - v1.01.090 - Error 5

Hi
could you email me privately so we may send you a version with some
more debugging output to track this down.
email: frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"R.VENKATARAMAN" &&& schrieb im Newsbeitrag
...
mine is windows98 and Excel 2000. still after adding this addin and

close
excel and reopen excel some error comes the error message is

"invalid procedure call or argument"

when I remove the addin by removing the unzipped files it is ok

==================================
Bob Phillips wrote in message
...
We recently announced the release of CFPlus, an extended

conditional
formatting add-in .

A number of users with older operating systems, such as Win95 and

WinME,
have reported receiving an Error 5 on loading the add-in. We

believe that
we
have found the cause of this error and fixed it, so you should be

able to
get the fixed version at the same place,
http://www.xldynamic.com/source/xld.....Download.html.

We would be grateful to hear from anyone who suffered this error

as to
whether it is now cured for them, quoting the OS and Excel version

please.

For anyone who is interested, the problem was caused by a call to

the
GetPrivateProfileInt API. The code was issuing this call, and then

calling
GetPrivateProfileString if that call failed (as we are catering for

numeric
and string values). We had one key value of 'x10', which we wanted

to be
returned as a string. In NT/Windows 2000/XP, this is exactly what

happened.
However, in the other systems, the 'x10' is read as a hexadecimal

number
(value 16 in this case), and so the code failed on the expectation

of a
subsequent string key that wasn't there.

Frank Kabel & Bob Phillips






  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,272
Default CFPlus - v1.01.090 - Error 5

I am sorry, I uploaded all the files but forgot to update the page to the
latest version. Too late at night :-_

Could you please re-try mow and report back?

Bob

"R.VENKATARAMAN" &&& wrote in message
...
mine is windows98 and Excel 2000. still after adding this addin and close
excel and reopen excel some error comes the error message is

"invalid procedure call or argument"

when I remove the addin by removing the unzipped files it is ok

==================================
Bob Phillips wrote in message
...
We recently announced the release of CFPlus, an extended conditional
formatting add-in .

A number of users with older operating systems, such as Win95 and WinME,
have reported receiving an Error 5 on loading the add-in. We believe

that
we
have found the cause of this error and fixed it, so you should be able

to
get the fixed version at the same place,
http://www.xldynamic.com/source/xld.....Download.html.

We would be grateful to hear from anyone who suffered this error as to
whether it is now cured for them, quoting the OS and Excel version

please.

For anyone who is interested, the problem was caused by a call to the
GetPrivateProfileInt API. The code was issuing this call, and then

calling
GetPrivateProfileString if that call failed (as we are catering for

numeric
and string values). We had one key value of 'x10', which we wanted to be
returned as a string. In NT/Windows 2000/XP, this is exactly what

happened.
However, in the other systems, the 'x10' is read as a hexadecimal number
(value 16 in this case), and so the code failed on the expectation of a
subsequent string key that wasn't there.

Frank Kabel & Bob Phillips







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
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
CFPlus add-in problem Russ Excel Discussion (Misc queries) 4 November 2nd 07 03:59 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
Automation Error, Unknown Error. Error value - 440 Neo[_2_] Excel Programming 0 May 29th 04 05:26 AM


All times are GMT +1. The time now is 04:32 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"