pls explain moreI want to remove all values from cells in that column, which do not contain any time
use excels find method for 2.
maybe like
where s is a worksheet objectCode:Set fnd = s.UsedRange.Find(Date - 1) rw = fnd.row col = fnd.column
|
Results 1 to 10 of 10
Thread: [RESOLVED] Find DateThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |