使用如下VBA代码取得相应的单元格底色. Sub a()Sub a(). Range("A1").Select. For i = 0 To 56 Step 1. ActiveCell.Interior.ColorIndex = i.
確定! 回上一頁