<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Re: Why this script doesn't work?
From: "
ChrisH
" <chris.hulan gmail.com>
Date: Mon, 4 Dec 2006 22:20:05 +0900
References:
227998
228010
228023
In-reply-to:
228023
Li Chen wrote: ... >
cells = sheets.cells("A1:A5")
Try: cells = sheets.Range("A1:A5") Cheers Chris