Skip to content

Instantly share code, notes, and snippets.

#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