View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default End(xldown) not always going to last cell?

Hi Duncan

Just another question.....im using rng2.Value = Now() but I could
really do with just the time and not the date, is that a command?



Try:

rng2.Value = Time()

---
Regards,
Norman