Last active
September 8, 2017 01:37
-
-
Save SqlBroveloper/078001e8c3a9222648bfa23f22f26968 to your computer and use it in GitHub Desktop.
Dynamic Header Search in VBA example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set rngX = ActiveSheet.Range("1:1").Find(Istat, LookAt:=xlPart) | |
If Not rngX Is Nothing Then | |
End If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.