Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Hoe stel ik de startpositie in??
Sub naar_links()
'
' naar_links
'
Dim i As Integer
Dim y As Integer
x = Range("O10").Value
i = Range("O9").Value
Range("O9").Select
ActiveCell.FormulaR1C1 = (ActiveCell)
x = x - 1
Range("O10").Value = x
i = i - 16
If x <= -8 Then i = 0
If x = -9 Then x = -8
Range("O10").Value = x
ActiveSheet.Shapes("Rectangle 14").Select
Selection.ShapeRange.IncrementLeft i
End Sub
Sub naar_rechts()
'
' naar_rechts
Dim i As Integer
Dim y As Integer
x = Range("O10").Value
i = Range("O9").Value
Range("O9").Select
ActiveCell.FormulaR1C1 = (ActiveCell)
x = x + 1
Range("O10").Value = x
i = i + 16
If x >= 8 Then i = 0
If x = 9 Then x = 8
Range("O10").Value = x
ActiveSheet.Shapes("Rectangle 14").Select
Selection.ShapeRange.IncrementLeft i
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.