Range(“B1:B15”).Cells.Value = 100和 Range(Cells(1, 2), Cells(15, 2)).Value = 100运行结果一样,但为什么格式不同?Range到底代表什么含义,和Select到底有什么区别?