04-12-2014
Im new to Applescript.
I have a Numbers spreadsheet of URLs I need to gather data from.
I can tell applescript to get the value of a cell (which returns the url in the result box at the bottom).
But how do I set that result as the URL of a safari document?
solution -
tell numbers = copy value of cell "A1" to myvar
tell safari = set url to myvar
I have a Numbers spreadsheet of URLs I need to gather data from.
I can tell applescript to get the value of a cell (which returns the url in the result box at the bottom).
But how do I set that result as the URL of a safari document?
solution -
tell numbers = copy value of cell "A1" to myvar
tell safari = set url to myvar