Hi all,
I need to create a function that will take a value and search a range for that value and then copy all of the data on row to a location.
I found this code on the MSDN website:
Sub FindIt()
Dim rng As Range
' Find data and use Resize property to copy range.
Set rng =...
Hi all,
I need to create a function that will take a value and search a range for that value and then copy all of the data on row to a location.
I found this code on the MSDN website:
Sub FindIt()
Dim rng As Range
' Find data and use Resize property to copy range.
Set rng =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.