A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The issue with that file is that the code and objects contains unicode chars, example:
Sub Baþla()
Sheets("Baþla").Select
UserForm4.Show
End Sub
But if I look at the sheets I can see a sheet "Başla" instead.
The problem with the other macros are the same, the names of the macros contains unicode names.
There is no issue in general with unicode chars, but it depends on the system settings if such files works on your machine. Therefore professional programmers do not use such chars in there codes.
Anyway, it's a small file, and there are just a few places where this names are used, so it's simple to correct this issue. Download this file:
Unblock after download, the macros / button works.
Andreas.