Thread
:
Find(SPELER, LookIn:=xlValues) problem with hidden colloms!!!
View Single Post
#
2
Posted to microsoft.public.excel.programming
isabelle
external usenet poster
Posts: 587
Find(SPELER, LookIn:=xlValues) problem with hidden colloms!!!
hi Swingleft,
replace
Range(C2.Address).Offset(0, -9).Value = ""
by
Cells(C2.Row, 1) = ""
--
isabelle
Reply With Quote
isabelle
View Public Profile
Find all posts by isabelle