Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VBA 塗りつぶし

Posted at
Sub 塗りつぶし()
    Range("A1").Interior.Color = vbCyan
End Sub

Sub 色を戻す()
    Range("A1").Interior.ColorIndex = xlNone
End Sub
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Comments

Loading comments.

Let's comment your feelings that are more than good

0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?