Hi,
I made a very simple macro as followings for the test, and link it to custom UI. It works well in excel file, but it has also same error message in complied program.
Sub UI_test_Click()
MsgBox (“Hello”)
End Sub
Error Message : The macro cannot be executed. Macros are not available in this...