OPEN.URL
Opens any given URL. The given URL needs to start with http/https
info
OPEN.URL only works in an Event.
Syntax
=OPEN.URL(URL, [TAB])
Arguments
| Name | Type | Description | 
|---|---|---|
| URL | String | URL to open | 
| TAB (optional) | Boolean | TRUE or FALSE. Decides if URL will be opened in new TAB or same TAB.  Default value: TRUE  | 
Return
| Type | Description | 
|---|---|
| Boolean | Always returns TRUE. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | TRUE | Opens the cedalo.com page in another Tab. |