1. I don't see where numWS is set
2. use Range("E8") and not Cells("E8")

Signature
Gary''s Student - gsnu200755
Ren - 13 Nov 2007 07:36 GMT
Thanks. Changing Cells() to Range() did the trick. I wonder why cells() can't
accept string values. I don't seem to have problem with numeric values.
> 1. I don't see where numWS is set
> 2. use Range("E8") and not Cells("E8")
Ren - 13 Nov 2007 08:08 GMT
Changing Cells to Range did the trick. I wonder why Cells() won't work.
> 1. I don't see where numWS is set
> 2. use Range("E8") and not Cells("E8")