I tried hidding an html file my program uses and after I hide it using

Call SetAttr("m.html",vbHidden)

It gives me a runtime error, and when I take that command out it works fine. How can I get around this?


-thanks