Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change background color of an object

1. right click on object
2. Go to Properties
3. Select highlight region
4. Choose color

To create a list box

1. Go to insert>control>listbox>next
2. select the display height
3. Insert name, which user will see
4. Set values, which will be returned when chosen
decide if you want the page to recalculate when a different value is selected
5. Hit Enter
6. Give list box a name
7. Right click on listbox, click hide agruments

To solve a system of equations

1. type Given
2. below type equations using the boolean operator
i.e. R=(1+T) T=(2*R)
3. below that type Find(T,R)
4. type regular = to solve explicitly or
5. click -> in programming menue to solve symbolically

Helpful keyboard shortcuts

to get

type this

row subscript

[

greek character

Ctrl g (after a regular letter)

... (for indexing)

;

:= (equal sign for definitions)

: