+ Reply to Thread
Results 1 to 3 of 3

Convert between Excel file format macro option formats (.XLS, .XLSX, .XLSM)

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    Convert between Excel file format macro option formats (.XLS, .XLSX, .XLSM)

    I got a file for converting all mass xlsm to xlsx file.

    Convert between Excel file formats macro option formats (.XLS, .XLSX, .XLSM) with/with.

    Convert between Excel file formats (.XLS, .XLSX, .XLSM) with/without macro option but getting an error message at it needs to an update for 64 bit coding.

    Can anyone assists or have another solution

    my goal is to convert all xslm to xlsx

    Please Login or Register  to view this content.
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: Convert between Excel file format macro option formats (.XLS, .XLSX, .XLSM)

    A little reading for the evening and part of the answer here:
    http://www.rondebruin.nl/win/s5/win001.htm
    The rest probably in the forum ...

  3. #3
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: Convert between Excel file format macro option formats (.XLS, .XLSX, .XLSM)

    Basically your Excel is the 64 bit version and that code is using 32bit API's. You need to reference the 64bit apis and likely change some of your variables to account for it. Its also possible to right logic that checks if the version of Excel runing the macro is 32/64 bit and reference the appropriate API based on it (bit more code this way, but avoids having issues moving between 32/64 bit).

    EDIT: Also probably the most well written error dialog Microsoft has ever made. It essentially tells you what I just did.
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

+ 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. [SOLVED] Macro to save .xlsm file as .xlsx rand remove macros and deleting certain tabs
    By robertguy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-10-2017, 09:55 AM
  2. Replies: 1
    Last Post: 12-01-2016, 10:57 AM
  3. [SOLVED] VBA, convert tool from XLSM to XLSX; I need ignore "locked file"
    By martin81 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-29-2016, 03:54 AM
  4. [SOLVED] with this macro I can't insert the file format xlsx, only xls but I need format xlsx
    By torti111 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-28-2016, 04:45 AM
  5. [SOLVED] Macro to convert Xls file format to Xlsx
    By meus in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-06-2015, 04:42 AM
  6. Saving xlsm file as xlsx while running macro
    By happygilmore in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2012, 02:32 PM
  7. Replies: 1
    Last Post: 12-21-2011, 11:00 AM

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