Hence they DIDN'T write the macro. They stole it from somewhereI wrote this macro, but it's looking in the wrong column. How do I change it?
Yup, the last time I saw that it looked like something MickG created.Hence they DIDN'T write the macro. They stole it from somewhere
sub hydrateepicondyle
dim wettness as long
if wettness = 0 then
'make wet
hydrate = 1
else
'make it even wetter
hydrate = 1000
endif
end sub