I have a file with a list of PC hostnames I want to be able to connect to the C drive of a specific one by clicking in a cell or button or something.
Let's say I currently have the hostname in Column A. I use CONCATENATE to turn it into a proper network path \\hostname\C$ and put that in Column B.
Now how can I make it so I can just click on the cell in column B to open that location in explorer.exe? I have 450 PCs so i need to be able to specify the range, feed the network path into VBA and then open that in explorer.exe does this make any sense? :P
Would really, really appreciate any help. Thanks.