excel - Searching for Value of Date Formula with Find Method (VBA) -


a large program writing @ points needs find date (dd/mm/yyyy format). having trouble finding date, however, when result of date formula (specifically, '=edate(previouscell, 1)') in given cell. if input code, say, "1/1/2016" (as string), expect return first instance of date, created specified date formula in cell of worksheet.

dim range range set range = sheet.cells.find(inputteddate, lookat:=xlpart) 

this fails return such. ideas? please share. thanks!


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -