Skip to content

Instantly share code, notes, and snippets.

View alifath11234's full-sized avatar

Ali alifath11234

View GitHub Profile
#If VBA7 Then
Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal lngMilliSeconds As Long)
#Else
Private Declare Sub Sleep Lib "kernel32" (ByVal lngMilliSeconds As Long)
#End If
Dim bManualRefresh As Boolean
Sub ManualStart()
On Error Resume Next