blikbanaan
Gebruiker
- Lid geworden
- 16 feb 2012
- Berichten
- 67
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.
Al 9 jaar op het forum en nog geen code tags gebruiken ?
Hoe weet jij dat helpmij alleen meer herenbezoek kent ?
myarray = Array("LeoSoft", "BJJ480", "DCJ137", "SL6060", "BX5307", "BCC202", "FGI241", "DAH213", "MS5960", "CGC471")
aantal = 0
For i = 0 To UBound(myarray)
If Environ("username") = myarray(i) Then aantal = aantal + 1
Next
myarray = Blad1.Cells(1).CurrentRegion.Rows(1)
aantal = 0
For i = LBound(myarray, 2) To UBound(myarray, 2)
If Environ("username") = myarray(1, i) Then aantal = aantal + 1
Next
Private Sub Workbook_Open()
Application.Caption = ActiveWorkbook.Path
ActiveWindow.Caption = "Auteur Leo Abraas, Calculatie OBS.xlsb"
If WorksheetFunction.Match(Environ("username"), Blad1.Range("A:A")) > 0 Then
ZichtbaarSheet
Application.DisplayAlerts = True
Application.Goto Sheets("Recept").Range("AA9")
Else
Application.DisplayAlerts = False
ActiveWorkbook.Close
End If
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.