We have 7 workstation computers in a network and I want each screen to start up with a different picture. I have the picture switch functions set up already but I need to know how I can execute a particular function based on the computer name.
For example:
Computer A would need to execute function picViewA
Computer B would need to execute function picViewB
and so on.
Would this need to be done via a VBA macro or is there another way?