Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
その行のセルに書き込みが含まれているかどうかに応じて、行の色を変更する際に問題が発生しています。このフォーマットを VBA で実行しようとしています。または、何か良い提案があれば教えてください。
Excel 2003バージョン、Excel 2007、Excel 2010の間で色が異なりますExcel 2013が、これは一定です。
Excel 2003
Excel 2007
Excel 2010
Excel 2013
Sheets(“Sheet1”).Range(“A” & n & “:D” & m).Interior.ColorIndex = 3
3 -> 赤