hopelessliar
Technical User
Does anyone know if it is possible to do this?
What I am actually trying to do is choose a random name from an array and then pass that name into a shell command like this:
dim Names as Variant
varData = Array("name1", "name2", "name3")
shell "net send [randomnamehere] mymessage"
If anyone has a useful hint on how to go about this, I'd be grateful.
Thanks
What I am actually trying to do is choose a random name from an array and then pass that name into a shell command like this:
dim Names as Variant
varData = Array("name1", "name2", "name3")
shell "net send [randomnamehere] mymessage"
If anyone has a useful hint on how to go about this, I'd be grateful.
Thanks