Rule for jumping to a public function

L

Les

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
 
J

Jim Rech

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
| 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
|
 
L

Les Stout

Hi Jim, that is exactly the problem..... As i want to go to the function
after some code ?

Les Stout
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top