Skip to content

Commit bcb57b8

Browse files
author
jakebeal
committed
update the Excel file and README
1 parent a34453c commit bcb57b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Excel_macOS_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This user guide contains information on how to set up the Excel interface in mac
44
### Setting up AppleScriptTask
55
Many built-in VBA commands don't work in macOS. We can work around this problem by using AppleScript. Microsoft has an "AppleScriptTask" command that accesses and runs an AppleScript file located outside the sandboxed app, which means that we need to have a separate script file that is located in a specified location. You can set this up by executing the following steps
66

7-
1. Download the `RunMatlab.scpt` file from [here](/RunMatlab.scpt)
7+
1. Download the `RunMatlab.scpt` file from [here](https://github.com/TASBE/TASBEFlowAnalytics-Tutorial/raw/master/RunMatlab.scpt) or use the copy in this directory.
88
2. Open a Finder Window and click **Go** in the Finder menu bar
99
3. Hold the **Alt** key and click **Library**
1010
4. Click **Application Scripts** (if it doesn't exist, create this folder)
@@ -16,6 +16,6 @@ Many built-in VBA commands don't work in macOS. We can work around this problem
1616
### Running Analyses
1717
Now, you are almost ready to use the run buttons in the interface. Just make sure that you have installed TASBE and are not just running it from the directory. It is important to note that the **cancel buttons don't work in macOS**. Lastly, whenever Excel needs to access a particular file or folder, a dialog box will pop up and you will have to manually press the **Grant Access** button. An example of the dialog box is displayed below.
1818

19-
![grant access dialog box](/grant_access.png)
19+
![grant access dialog box](./grant_access.png)
2020

2121
**Note:** Sometimes, Excel could crash depending on what sorts of tasks you do while the session log is updating. More features will be created in the future to combat this problem.

batch_template.xlsm

50.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)