Thread
:
Error in macro "Ambiguous name detected" - but why??
View Single Post
11-27-2015, 06:07 AM
Debaser
Windows 7 64bit
Office 2010 32bit
Competent Performer
Join Date: Oct 2015
Location: UK
Posts: 221
Do you use Option Explicit?
If not, and you use a variable above the line that declares it, you would get a "duplicate declaration" error. "Ambiguous name" errors usually occur because you have duplicated a routine name, not a variable.
Debaser
View Public Profile
Find all posts by Debaser