How does an Excel cell set automatic flashing reminders?

Source: Internet
Author: User

How does an Excel cell set automatic flashing reminders?

1, first open the Excel table, as shown in the following image:

2, and then find the View Macro command button, or press the shortcut key ALT+F11 Open the Macro Code editing window, as shown in the following figure:

3. Select Insert Module command after opening, as shown in the following image:

4, then enter the following command in the module:

Sub Blink ()

Dim N as Integer, I as Long

For n = 1 to 100

[A1]. Interior.ColorIndex = 3

For i = 1 to 10000000

Next

[A1]. Interior.ColorIndex = Xlnone

For i = 1 to 10000000

Next

Next

End Sub

, as shown in the following illustration:

5, after the completion of the input to Excel table operation interface, and then according to the shortcut build Alt+f8 find the corresponding command, click the Execution button, as shown in the following figure:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.