VBA Flashcards
1
Q
wiseOwl selectCells
A
Range(“A13”).Select, Cells.(13,2).select, [C13].Select, ActiveCell.Value = “A”, step in F8, open VBA Alt+F11
2
Q
activate Intellisense
A
ctrl + j
3
Q
do not make new selection replace prior
z
A
.select False
4
Q
vba help
A
place cursor on function or whatever and press F1