Last active
September 8, 2017 01:37
Dynamic Header Search in VBA example
This file contains 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.