We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9709a commit a3ba0cdCopy full SHA for a3ba0cd
Examples/src/main/java/com/aspose/cells/examples/articles/AssignMacroToFormControl.java
@@ -32,6 +32,8 @@ public static void main(String[] args) throws Exception {
32
button.getFont().setColor(Color.getBlue());
33
button.setText("Aspose");
34
35
+ button.setMacroName(sheet.getName() + ".ShowMessage");
36
+
37
workbook.save(dataDir + "Output.xlsm");
38
39
System.out.println("File saved");
0 commit comments