Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Strange Type Mismatch Error #13

It sounds to me like you have a Worksheet_Change procedure that runs
automatically whenever a cell is changed. Look in the Sheet code modules and
the ThisWorkbook code module for a Change event.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"john431" wrote in message
...
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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Strange Type Mismatch Error #13



Thanks for your response, Chip.

I checked for code in the project and saw nothing to cause it. Nothing in
my procedures that I could identify. I went back to some original code
which resolved that problem. Something in the later revisions to the code
caused the problem. However, I am still puzzled by what it was.


John431

"Chip Pearson" wrote:

It sounds to me like you have a Worksheet_Change procedure that runs
automatically whenever a cell is changed. Look in the Sheet code modules and
the ThisWorkbook code module for a Change event.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"john431" wrote in message
...
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
Conditional Formatting - Run Time Error '13' Type Mismatch Error ksp Excel Programming 0 July 11th 06 07:06 AM
Help: Compile error: type mismatch: array or user defined type expected lvcha.gouqizi Excel Programming 1 October 31st 05 08:20 PM
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error rdavis7408 Excel Programming 1 August 25th 04 03:54 AM
Type Mismatch Error Need Help Ray Batig Excel Programming 1 September 16th 03 12:57 AM


All times are GMT +1. The time now is 10:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"