mnbayne / improved-excel-addin

Automatically exported from code.google.com/p/improved-excel-addin
0 stars 0 forks source link

Doesnt work on 64bit office #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download sforce_connect.xla
2. Error message appears "Compile Error: The code in this project must be 
updated for use on 64bit systems.  Please review and update Declare statements 
and then mark them with the PtrSafe attribute"
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am running Microsoft Office 2013 (64 Bit) on Windows 7 Pro

Please provide any additional information below.

Original issue reported on code.google.com by cflem...@lumeta.com on 13 Dec 2013 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
I'm having trouble getting this to work on 64 bit systems as well. However, if 
you go to Visual Basic (through the Developer tab) and add "PtrSafe" to the 8 
functions 
(basically change the 8 to "Declare PtrSafe Function" then that should get that 
error to go away

Original comment by nma...@climate.com on 17 Oct 2014 at 9:42

GoogleCodeExporter commented 9 years ago
adding Ptrsafe does make the error go away, but does not allow you to use the 
functionality (as far as I can determine) within 64 bit excel.

Original comment by aa...@outboundengine.com on 28 Jan 2015 at 9:36

GoogleCodeExporter commented 9 years ago
yes I tried the same, adding ptrsafe, and confirm the same result: compilation 
error goes away but you still get hosed

Original comment by tbaker07...@verizon.net on 6 Mar 2015 at 6:56