View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
john431 john431 is offline
external usenet poster
 
Posts: 2
Default Strange Type Mismatch Error #13

This one is really puzzling. I have two VBA procedures. One sets up a
spreadsheet with dates as column headings. The last column has formulas to
sum up the integers inserted manually in each row. The second procedure
clears the spreadsheet. Every time I type an integer into a cell, the "Type
Mismatch" error message appears. The VBA Editor also pops up. I am not even
running the procedures and this error appears. Any suggestions?

John431