Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
range rr = [Book1]Sheet1!col(A)[1:100]; // first 100 row of column A stats rr; // statistics col(B)[1] = stats.max; // put maximum to the first cell of column B