.xlsx

  1. B

    Save active workbook by clicking command button

    i have a data which is in xlsm. by clicking command button i want to save it as a new .xlsx file macros should not save on .xlsx file
  2. C

    Will not open workbook

    Hey all, Having a small issue with my vba code. The code is supposed to throw up a bunch of prompts to confirm saving and then clears out the forms and vba codes and then is supposed to open the new file and then closes the application. However, no matter where I put the Workbooks.open line...
  3. M

    Updating Excel Links with VBA

    Hello guys, I am new to this forum. Thanks to everyone who is making a contribution, and sharing their knowledge. I have a whole network of Excel files linked between themselves. At the beginning of every month, I am making copies of each file, reflecting the month and year in the name of each...
  4. C

    Combine CSV's from Folder

    I have about 10-15 CSV files stored on a network folder that I want to combine. When I try to do so it is throwing this error DataFormat.Error: There were more columns in the result than expected. Details: Count=7 I believe this is because there are now commas on the csv file. The...
  5. derek.hughes

    VBA Script - How do I make it save as ".XLSX"?

    In my script below it saves each tab in Excel as a separate worksheet and titles the file the same as the tab name. Is there a way to make it save as an .xlsx ***e unstead of a .xls file? Thanks in advance! Dim wks As Worksheet Dim newWks As Worksheet For Each wks In...
  6. M

    Need an IF statement to open an .xls or .xlsx workbook

    Hello Everyone, I need some help with a macro that I am working on. I use the Macro within one workbook to open up to 33 other workbooks, copy information and paste it into the initial workbook. The problem has come up that within the 33 workbooks, some are saved as .xls and others are saved as...
  7. S

    .xlsm file to .xlsx

    I have a macro enabled document (.xlsm) that I want to save as a standard macro-free document (.xlsx). I am able to do it but it creates a popup asking me if I want to do it and lose the macros. Is there a way to avoid the popup and have it just save the document without the macros...

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