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.
Function E_dll() As String
#If Win64 Then
'Excel 2010 (64 bits)
E_dll = ThisWorkbook.Path & "\DLL\E10.w64"
#Else
Select Case Val(Application.Version)
'Excel 2010 (32 bits)
Case Is >= 14:
E_dll = ThisWorkbook.Path & "\DLL\E10.w32"
'Excel 2007
Case 12:
E_dll = ThisWorkbook.Path & "\DLL\E7.w32"
'Excel 2003 of lager
Case Else
E_dll = ThisWorkbook.Path & "\DLL\E3.w32"
End Select
#End If
End Function
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.