Skip to content

Instantly share code, notes, and snippets.

@SqlBroveloper
Last active September 8, 2017 01:37
Show Gist options
  • Save SqlBroveloper/078001e8c3a9222648bfa23f22f26968 to your computer and use it in GitHub Desktop.
Save SqlBroveloper/078001e8c3a9222648bfa23f22f26968 to your computer and use it in GitHub Desktop.
Dynamic Header Search in VBA example
Set rngX = ActiveSheet.Range("1:1").Find(Istat, LookAt:=xlPart)
If Not rngX Is Nothing Then
End If
@SqlBroveloper
Copy link
Author

I do not deserve credit for this, I took it off of stackoverflow.com. Please search for it there if you would like to find out the original source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment