+ Reply to Thread
Results 1 to 15 of 15

32 bit and 64 bit compatability

  1. #1
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    32 bit and 64 bit compatability

    So I am working on a project for my father-in-law's business and I just sent what I have right now to him to test it and he came up with an error saying that it needs to be updated to function with 64bit. I have put over 40 hours into this worksheet and I don't want to lose it all. What kind of changes would I need to make to make it compatible?

    Here is the spreadsheet if that helps. (Some of my macros aren't complete yet either so just ignore those ones.) Thanks for any help you can provide.
    Inventory Management Accounting.xlsm
    Last edited by manofcheese; 06-12-2014 at 02:31 AM.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: 32 bit and 64 bit compatability

    I think that only your APIs will need updating, take a look here http://msdn.microsoft.com/en-us/libr...ffice.11).aspx

  3. #3
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    As far as I know I didn't use any API's. But I could be wrong. I am pretty new to VBA.

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: 32 bit and 64 bit compatability

    You are, that's why I said it

  5. #5
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    Could you give me an example of some API's that I used in my attached spreadsheet? I really don't know what they are and I also don't know how to change them.

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: 32 bit and 64 bit compatability

    Please Login or Register  to view this content.
    The link I posted explains how to deal with 64-bit compatibility

  7. #7
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    So are API's basically the private sub codes that I use for my buttons?

  8. #8
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: 32 bit and 64 bit compatability

    Are you actually using the code in the NoTitle module?

    I can't see it being called anywhere.
    If posting code please use code tags, see here.

  9. #9
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    Oh yeah. I forgot about that one. I am not currently using it but I plan to use it once I get more done. So if I got rid of this code or fixed this part would it be compatible?

  10. #10
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: 32 bit and 64 bit compatability

    It'd probably be a better idea to keep it and change it to be compatible.

  11. #11
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    So on the link you gave me it has this code. From what I understand, if I put this at the beginning of my macros then it should solve it. Is that correct?
    Please Login or Register  to view this content.

  12. #12
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: 32 bit and 64 bit compatability

    No - that's an example of how to make an API call compatible (its not an API function you are using). You need to apply the same principle to the actual function declarations you are using.
    Remember what the dormouse said
    Feed your head

  13. #13
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    So if I understand correctly my code would be like this?
    Please Login or Register  to view this content.
    Or something like that?

  14. #14
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: 32 bit and 64 bit compatability

    Not quite. Your module would become something like this:

    Please Login or Register  to view this content.

  15. #15
    Forum Contributor
    Join Date
    05-24-2014
    MS-Off Ver
    Microsoft Office 2013
    Posts
    113

    Re: 32 bit and 64 bit compatability

    Thanks for the code. I put it in my spreadsheet and we will see how it works for my brother in law. I'll let you know how it goes as soon as I hear back from him.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Compatability Mode
    By Macdave_19 in forum Excel General
    Replies: 2
    Last Post: 09-30-2008, 04:40 AM
  2. [SOLVED] Compatability issues
    By Jack_Feeman in forum Excel General
    Replies: 1
    Last Post: 06-29-2006, 09:35 AM
  3. Backward compatability
    By Michael Beckinsale in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-01-2006, 12:30 PM
  4. [SOLVED] VB backwards compatability
    By mike in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-10-2005, 11:05 AM
  5. [SOLVED] PIA compatability
    By Irfan in forum Excel General
    Replies: 1
    Last Post: 07-15-2005, 12:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1