PC Review


Reply
Thread Tools Rate Thread

Build an XLL that are compatible with excel 2003

 
 
Jredondo77
Guest
Posts: n/a
 
      9th Jun 2009
I Build an XLL that work fine in excel 2007, but don't work in excel 2003.
I followed all the steps to be compatible with Excel 2007.
I finally reduced the code to:

#include <windows.h>
#include "xlcall.h"
BOOL __stdcall xlAutoOpen(void)
{
return 1;
}
but when i tried add-in in excel 2003 get the message:" is not a valid xll"

may be because I installed Office 2007 on my development pc ?
I use visual studio 2005




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 versus Excel 2003 & Excel 97-2003 fully compatible Bumpersnesty Microsoft Excel Worksheet Functions 0 26th Apr 2010 09:44 PM
Excel 97 Pivot Table not compatible with Excel 2003 D Bremer Microsoft Excel Crashes 1 14th Feb 2009 08:38 PM
How to save Excel 2007 compatible with excel 2003 Lenny Microsoft Excel Misc 0 22nd May 2008 03:37 AM
Are macros created in Excel 2003 compatible with Excel 5.0/95? =?Utf-8?B?SGFrbXVp?= Microsoft Excel Misc 1 31st Aug 2005 01:33 AM
Excel 2003-Compatible rick Microsoft Excel Misc 6 12th Jul 2004 06:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:27 PM.