Button

Inserts a labeled push button control into the spreadsheet.

Note:

Button Example

  1. Assume cells A3 and A4 are configured as follows:

    A3=Button("Test")

    A4=Count(A3,9999999,0,0)

    The spreadsheet looks like this:

  2. Press the button in cell A3. Cell A4 references cell A3 to count the number of times the Test button is pressed. The value in cell A4 is now 1.000.