View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default VBA-Error Message Assistance Needed

This usually means that two instances of the name are in scope. I've
had this when I created a variable as global and then again in a
procedure. Use find to search for duplicate Dim statements of the same
name