64-bit

  1. S

    How to convert 32-bit VBA/Excel function so that it works in 64-bit VBA/Excel?

    Hello, I was using 32-bit Excel 2013 and had a workbook with a number of bespoke functions, some simple, some not so simple. However, after upgrading to 64-bit Office 365 all of my bespoke functions do not seem to be working. Here is example code to work out the inverse of the tangent...
  2. bfreescott

    Windows Management Instrumentation (WMI) on 64-bit Excel

    I use the following code to return the owner username of network files. It works perfectly in 32-bit Excel, even on 64-bit Windows. In 64-bit Excel, no error is thrown, it simply doesn't return anything. Thoughts? Set objWMIService = GetObject("winmgmts:") Set objFileSecuritySettings =...
  3. H

    ListView in Additional Controls - Not Found

    Hi Experts, I am unable to find the ListView control in Additional Control or in Toolbox of Userform. I surfed thru Google and tried a few steps still unable to find it. Please help me where did I go wrong or is their any other solution for this? In our office, we are using: MS Office 2016...
  4. L

    =info("osversion")

    Hi My computer OS is 64-bit, windows 10. My excel is 365. When I tried =INFO("OSVERSION") I got <tbody> Windows (32-bit) NT 10.00 </tbody> Why is that? thank you very much.
  5. M

    Excel 2016 VBA - Compile Error - Code In This Project Must be Updated For Use On 64-bit Systems?

    In Excel 2016 I am trying to use the "move and click mouse" macro listed in the below link that simulates mouse click actions in Excel via VBA. Link: https://excelhelphq.com/how-to-move-and-click-the-mouse-in-vba/ However, after pasting this code in to VBA the first two lines of code are...
  6. H

    [Installation Help] PowerPivot Installation error

    I'm trying to get powerpivot installed on my system, but the installations goes all the way to the end before popping: I'm installing this on Win7 64bit with Office 2010 64-bit using 64-bit installation file from MS. Any help as I've re-installed VC Redist files as well as .Net Framework and...
  7. P

    Make scrollwheel work in excel userform on a 64-bit version of Office

    Hi all, I have found several "old" posts on different fora stating code for making the mouse wheel scroll in listboxes on a userform. However... they are all written in a time pre-64-bits and do not work on my "modern" system. Can anybody help me out with a set of modules and codes to make it...
  8. C

    Wininet FTP Error with FTPFindFirstFile 64-Bit Excel

    I've written some code to use wininet to list and then later download a variety of files on an FTP site. When using Microsoft Office 2010 32-bit the code works fine; however, when using Office 2013 64-bit the program returns garbage info in the WIN32_FIND_DATA type. The correct results when...
  9. J

    ShellExecute Excel 2010 64-bit doesn't start fresh copy of Excel

    I have a process that runs all day, gathering data from the web, storing that data on an xlsx file, closing that file, and starting another xlsm book that further process the data while the original process goes back for more collection ( collection of other "parts" of the whole range of data...
  10. bs0d

    32-bit Excel (2013) on 64-bit Windows 7 -- Limitations?

    32 bit Excel 2013 installed on a Windows 7 64-bit machine. What are the limitations? It seems my macro's do not execute as fast. If I understand correctly, with 64 bit Excel can use 4 processors for performance, while 32 bit is limited to 2?? Anyone more knowledgable about this let me know if...
  11. A

    Excel 2010 64-bit VBA Macro stops executing for no reason

    Hi there, I have a really bizarre problem with a macro I've written which appears to simply stop executing at a certain point in the code. I am using a 64-bit install of Excel (part of Office Pro Plus edition). This is the code I've written: Sub prepBudget2013forFDM() Debug.Print...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top