VBA newbie questions please

  • Thread starter Thread starter SUNIL
  • Start date Start date
S

SUNIL

column one is formated as Custom (dd-mm-yy) . On clicking in cell A8,
cell A8 reads 15-03-04 and formula bar reads "15/03/2004"
i want to use Set CK = Columns(1).Find(da) where da="15/03/2004"
Ck is Nothing ?
also tried CK = Columns(1).Find(da,,lookin=xlvalues)
but no joy.
Please help

Ta Suinl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top