D
David Thielen
Hi;
I think I've found another bug. Please get the xlsx file in
http://www.windwardreports.com/temp/FindBug.zip and do a Find like:
rtn = rng.Find("<wr:", startAfter, XlFindLookIn.xlValues, XlLookAt.xlPart,
XlSearchOrder.xlByRows, XlSearchDirection.xlNext, false, false, Type.Missing);
where text is rng and startAfter are both the single cell [2,4] - rtn comes
back as the cell [3,1] - what is going on here?
If this is another bug in Find then is there a way to get a list of all the
bugs in find - or is it so buggy that I should just walk the cells myself and
read the text from each? (Yes I am frustrated at the number of bugs that I
have hit in find - sorry.)
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I think I've found another bug. Please get the xlsx file in
http://www.windwardreports.com/temp/FindBug.zip and do a Find like:
rtn = rng.Find("<wr:", startAfter, XlFindLookIn.xlValues, XlLookAt.xlPart,
XlSearchOrder.xlByRows, XlSearchDirection.xlNext, false, false, Type.Missing);
where text is rng and startAfter are both the single cell [2,4] - rtn comes
back as the cell [3,1] - what is going on here?
If this is another bug in Find then is there a way to get a list of all the
bugs in find - or is it so buggy that I should just walk the cells myself and
read the text from each? (Yes I am frustrated at the number of bugs that I
have hit in find - sorry.)
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm