Någon som vet hur jag kan ta tid på en procedur för att kunna optimera programmet. Du kan använda GetTickCount oxå...
optimering av kod
Svara
koden jag ska optimera tar ca 5 minuter men jag skulla villa ta tid på enstaka procedurer för att se vad som tar tid.
Sv: optimering av kod
Svara
Public Declare Function GetTickCount Lib "kernel32" alias "GetTickCount" () As Long
Dim tid As Long
tid = GetTickCount
'kod
tid=GetTickCount - tid
msgbox tid
/Erik