Can someone just help me refresh my mind?
How do you specify hex values in a Visual Basic 6 / VBScript Source?
It\'s not 0xABCD as it is in
Try &HABCD, that's how it works for most BASIC languages.