Hi friends,
I have an excel file named Budget.
After running following macro, there is a "Budget" in the A1 cell.
Then I change my folder settings that, yes show file extension name.![]()
Sub Macro1() Range("A1").Value = ThisWorkbook.Name End Sub
After running following macro, there is a "Budget.xlsm" in the A1 cell.
I dont want to see Budget.xlsm in the A1 cell.![]()
Sub Macro1() Range("A1").Value = ThisWorkbook.Name End Sub
I want to see Budget in the A1 cell.
Any advice ?
Thanks in advance.
Bookmarks