I have named cell BOB and named cell TOM. They each have numeric
values. I want to write a macro that does this:
if BOB does not equal TOM
then copy TOM and paste into BOB
else
end.
Anybody know how to write this? My main problem is I can't figure out
how to refer to a named cell using VBA script. Yes I'm new to the
whole macro programming thing :)