Thread
:
VBA-Error Message Assistance Needed
View Single Post
#
2
Posted to microsoft.public.excel.programming
Zone
external usenet poster
Posts: 269
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
Reply With Quote
Zone
View Public Profile
Find all posts by Zone