Skip to main content
Version: Streamsheets 3.0

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

NameTypeDescription
URLStringURL to open
TAB (optional)BooleanTRUE or FALSE. Decides if URL will be opened in new TAB or same TAB.

Default value: TRUE

Return

TypeDescription
BooleanAlways returns TRUE.

Examples

FormulaResultComment
=OPEN.URL("https://cedalo.com/")
TRUEOpens the cedalo.com page in another Tab.