View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
joel[_519_] joel[_519_] is offline
external usenet poster
 
Posts: 1
Default Run Time Error "13": Type mismatch


The code soesn't make a lot of sense. Can you explain what you are
doing and some sample data.

the error is occuring because you are in some looop where you are
either trying to access a row number less than 1 or greater than the
number of rows on a worksheet (65,536) because one of your conditions
aren't being met. There are better ways of writing this type code but I
can't figure out what you are really trying to do.


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=169202

Microsoft Office Help