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.
2 parents 88cedd1 + 7f29711 commit d699596Copy full SHA for d699596
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