Hi,
I was wondering if someone could help me.
I have been working on trying to display certain rows of an excel document to be shown on a separate monitor (apple TV) and I found the inbuilt excel functions while quite strong aren’t exactly what I am looking for.
I was wondering if it is possible to have a multi line dialogue box where the user inputs a number of order codes and have AS copy and paste the rows that contain those order codes over to a new/predefined excel document.
For example:
Excel Document 1:
Order Code: Item: (other information on other columns)
12 1a
23 3c
34 6f
45 10j
56 4d
Apple script dialogue box:
12
45
56
Temp/defined excel document
Order Code: Item:
12 1a
45 10j
56 4d
Although there is one problem I may have trouble with as one part of the first spreadsheet as size columns and depending on the size depends on what cell gets filled in although I could solves this by replicating the headings in the original excel document if using a predefined document. although I would like to be able to clear the receiving document when the apple script is used again.
Sorry if this is a bit confusing but it would be a great help if someone can help.
Thanks,
Bruce