when you look at some comments, you'll see things like '#### or '*** ... all this is is a way to make the comment stand out so that you can find it easily.
when you look at some comments, you'll see things like '#### or '*** ... all this is is a way to make the comment stand out so that you can find it easily.
That is a single quotation or apostrophe right? I get errors every time I try. Does spacing or location matter?
spacing does NOT matter. you probably have a & _ on the line before. if you do, that means you are continuing a line and you can't put a comment in the middle of a line.
You shouldn't feel stupid, but you shouldn't blame the code either. What you are working with is basic vbscript syntax. It might benefit you to take a tutorial on the subject or read a reference (like at www.microsoft.com/scripting ).