Skip to content

Instantly share code, notes, and snippets.

@SqlBroveloper
Last active September 8, 2017 01:37
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