vba

  1. B

    Windows 10 Help with VBA Web Queries Excel

    In Excel, i have a Userform. On this Userform is a Command Button, and a Label. When i click the Command Button, i want excel to perform a web query, and then put the output into the caption of the label. The web query is simply a .txt document on a webserver, containing one line of text...
  2. 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