Recent content by erling

  1. E

    Windows Server Launching Putty from Excel

    Hi, I have a Excel spreadsheet with hostnames in column A. I have added this macro so that I can doubleclick to launch Putty to log on a given host with ssh: Code: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Range("A" & ActiveCell.Row) <> Empty...
Back
Top