M
Mark
Hi NG
I am a Newbie! Anyway here is my question
With Worksheets("TABLE").Range("a1").EntireColumn
set ABC = .Find(.....)
end with
What is ABC?! The reason i ask is because i want to store ABC in an array
for later use. I have looked in the documentation under Find and it says
NOTHING about the type of ABC.
It just might be me, but I really think that the documentation of VBA is
below average!!!
Mark
I am a Newbie! Anyway here is my question
With Worksheets("TABLE").Range("a1").EntireColumn
set ABC = .Find(.....)
end with
What is ABC?! The reason i ask is because i want to store ABC in an array
for later use. I have looked in the documentation under Find and it says
NOTHING about the type of ABC.
It just might be me, but I really think that the documentation of VBA is
below average!!!
Mark