lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I opened a new excel file and wrote the code below. When I ran the code, excel give me this message:
"the following feature couldn't be saved in macro-free workbooks.. to save click no ..."
https://www.dummies.com/wp-content/uploads/215281.image0.jpg
Why I got that message. If you see the code I am SavingAs ("testing.xlsm") .. the file extension has m (for macro)?
but anyway, if I click yes or no to that message, it wont save!! Thank you.
++++
Sub newone()
ThisWorkbook.SaveAs ("testing.xlsm")
End Sub
I opened a new excel file and wrote the code below. When I ran the code, excel give me this message:
"the following feature couldn't be saved in macro-free workbooks.. to save click no ..."
https://www.dummies.com/wp-content/uploads/215281.image0.jpg
Why I got that message. If you see the code I am SavingAs ("testing.xlsm") .. the file extension has m (for macro)?
but anyway, if I click yes or no to that message, it wont save!! Thank you.
++++
Sub newone()
ThisWorkbook.SaveAs ("testing.xlsm")
End Sub