REM  *****  BASIC  *****

Rem Attribute VBA_ModuleType=VBAModule

Sub OpeningFirefox()

	Shell ("firefox", 0)
   
End Sub
