Visual Basic for
Applications (VBA) - Programming
|
||||
|
|
|
|
|
?
|
First Program Steps
First steps to get programming
|
Making Decisions based on users Input
|
Using VBA Programming in Access97
Database
|
First Program
View ONLY after reading
'First Program Steps'
|
Moving & Selecting
from an unknown position
|
PCR Logic Club test
|

ActiveSheet("Sheet2").Select 'Select Sheet1
|
|
Range("B12").Select 'Select B12
|
|
Dayone = InputBox("Enter the first day
name","DAY ONE","Mon",100,1) ' Get user input
|
|
ActiveCell.Value = Dayone ' place it in cell
|
|
End Sub
|
|
S
|
U
|
N
|
N
|
Y
|
S
|
U
|
N
|
N
|
Y
|
|
|
D
|
A
|
Y
|
S
|
A
|
G
|
A
|
I
|
N
|
mail your solution to me
|
|
|
|
|
|
|
|
Stop
Messing about, go back to programming studies