Hi, newbie to the site and also to the wonderful world of VBA.
I am trying to create a spreadsheet where I can put an ip address into cell A1, at the side of cell A1 I would like a toggle switch to define either port 23 or 3001.
Via a button I would like to open up hyperterminal which will automatically open it with the defined ip address and port number.
The simplest line I have worked out is:
Shell ("C:\Program Files\hyperterminal\hypertrm.exe /t 192.168.11.1:23")
However I would to replace the ipaddress in the field to look at cell A1 and also the port number to look at toggle switch (port 23 or 3001). Hyperterminal should open as the main window.
Thanks in advance. cheers
Bookmarks