I have a problem for some reason with Vbhide on one XP computer. I have some
code running on 30 XP machines and it runs fine, but one XP machine doesn’t
want to hide the window when executed.
The below code is an example of the line of code that opens the window and
does a task. (Dir is just an example)
Shell("command. com /c dir", vbhide)
On the 30 computers it works on,...