Juniper Allegro CE Owner's Manual page 199

Hide thumbs Also See for Allegro CE:
Table of Contents

Advertisement

Automating Task Examples
Selecting cells from a2 to the last cell
Sel(RangeRef(1, 2, LastCol(), LastRow())
Selecting column by tapping the cell in the first row (onTap:
$A$1:$A$255)
curCol = Column(ActiveCell())
Sel(RangeRef(curCol, 1, curCol, LastRow())
Entering a product name to the tapped cell in column B from product
table in Sheet2 (onTap:$B$1:$B$16384)
choice = ListBox("Select a product", Sheet2!a1:a16384)
Set(ActiveCell(), CellRef(1, choice, 2))
Get current selection coordinates:
col = Col(Sel())
row = Row(Sel())
numCols = Cols(Sel())
numRows = Rows(Sel())
Keyboard Shortcuts
Format Cells
Select All
Copy
Fill Down
Find
Goto
Replace
File New
File Open
Ctrl+1
Ctrl+A
Ctrl+C
Ctrl+D
Ctrl+F
Ctrl+G
Ctrl+H
Ctrl+N
Ctrl+O
Fill Right
File Save
Paste
Close
Cut
Redo
Undo
Clear Contents Del
Windows CE
Ctrl+R
Ctrl+S
Ctrl+V
Ctrl+W
Ctrl+X
Ctrl+Y
Ctrl+Z
Page 4-139

Advertisement

Table of Contents
loading

Table of Contents