Search results

  1. T

    Excel Custom UI

    I have sent my custom UI file by e-mail. Thanks.
  2. T

    Excel Custom UI

    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...
  3. T

    Excel Custom UI

    You are right.
  4. T

    Excel Custom UI

    In excel 2016, I got a error message as following. The macro cannot be executed. Macros are not available in this workbook or all macros may not be available.
  5. T

    Excel Custom UI

    No. my macro does not try to open the same workbook file. I linked several macro which has following function. One of my macro is initializing the cell data with blank Save as dialogue box to save the cell data to the new worksheet Open dialogue box to read the cell values from the sheet and to...
  6. T

    Excel Custom UI

    I click the button for Macro file that I made.
  7. T

    Excel Custom UI

    Hi, I use a custom Excel.officeUI. But I’ve got an error message as following when clicking the ribbon menu in my EXE file. “You cannot open two workbooks with the same name in Excel at the same time.” Thanks.
Back
Top