| |
|
| |
This article introduces how to get the collection of directories and files through Basic in Symphony |
| |
|
| |
Symphony does not have a macro API that can be used to only copy the cell range's format to other cell range in macro directly, but in Symphony, we still can use following steps to implement this function: 1. At first, need to select the source cell range. 2. Then copy the selected range. 3. Then ... |
| |
|
| |
A sample to show how to create macros in Symphony |
| |
|
| |
How to change the macro security settings to control under what circumstances macros can be run when you open a spreadsheet |
| |
|
| |
This article shows some useful Symphony VBA related information |
| |
|
| |
This article shows some useful Symphony macro information, such as macro related accelerator, and so on. |
| |
|
| |
This article tell how to disable or enable automatic calculation of Symphony spreadsheet by macro codes |
| |
|
| |
In Symphony you can always export the entire sheet in .csv format by selecting from File - Save As .. Sometimes you might need to export a specified range only. In this case, you can write a macro to fulfill the request: 1. Click Tools > Macros > Macros, click New,
2. Paste the following code into ... |
| |
|
| |
Some productivity suite offer function named HYPERLINK() which works to convert text string to hyperlinks. Lotus Symphony 1.3 doesn't support using the function yet. However, you can fulfill the request by creating a StarBasic macro with function ConvertToURL()
First of all, enable Macro to work ... |
| |
|
| |
Asked the other day how to make an endless screenshow, I responded as follows... You can use a macro. Click Tools - Macros - Macro Click on the Presentation name - Standard Click New Call t |