Skip to content

Instantly share code, notes, and snippets.

@AntoniosHadji
Created February 25, 2013 18:30
Show Gist options
  • Save AntoniosHadji/5032056 to your computer and use it in GitHub Desktop.
Save AntoniosHadji/5032056 to your computer and use it in GitHub Desktop.
Public Function SetRTDUpdateRate(mSeconds As Long) As String
'Set RTDUpdate Rate registry value
Application.RTD.ThrottleInterval = mSeconds
SetRTDUpdateRate = mSeconds & " mS"
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment