View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Rule for jumping to a public function

The error is Ambigeous name detected.

This means that a name, such as of a sub, a function or a public variable is
used more than once in the VB project.

--
Jim
"Les" wrote in message
oups.com...
| Hi, after some code i need to go to "Public function
| GetFullLoginName() As String". i get an error message if i just put the
| name "GetFullLoginName" at the end of the code ? The error is Ambigeous
| name detected. There must be a rule on this... Any help would be
| appreciated.
|
|
| best regards,
|
| Les Stout
|