Hi,
I am stuck on one point.
I want to compare directly 2 VBA tables, I even do not know if possible: here code:
test1 = sheet(1).range("B2:f2")
test2 = sheet(2).range("C10:G10")
I want to compare test1 and and test2.
Can I do directly :
if test1 = test2 then
do something
endif
It seems it does not work.
Where is the problem?
Thanks
I am stuck on one point.
I want to compare directly 2 VBA tables, I even do not know if possible: here code:
test1 = sheet(1).range("B2:f2")
test2 = sheet(2).range("C10:G10")
I want to compare test1 and and test2.
Can I do directly :
if test1 = test2 then
do something
endif
It seems it does not work.
Where is the problem?
Thanks