View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Garbunkel Garbunkel is offline
external usenet poster
 
Posts: 2
Default VBA type mismatch error

Okay, I got it, it was indeed a string compared to an integer & the
UCase took care of it. Thanks a lot!