Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UVNC VBA EXCEL

Post Reply
Poseidon70
Posts: 1
Joined: 2018-01-14 16:52

UVNC VBA EXCEL

Post by Poseidon70 »

Hello everbody, sorry i am french.
I would like to launch UVNC with VBA code and used cell value EXCEL for hostname.
Thanks for answer
kissson
20
20
Posts: 33
Joined: 2006-06-12 08:52

Re: UVNC VBA EXCEL

Post by kissson »

using vba to launch vncviewer is solving one problem with another problem
just copy hostname list(assume it is one line by one line) to clipboard then in command prompt,
pclip | xargs --max-lines=1 drive:\path\to\vncviewer.exe -your-vnc-params-here

or create bat, using python, autohotkey something else
hope it helps
Post Reply