ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Rule for jumping to a public function (https://www.excelbanter.com/excel-programming/376807-rule-jumping-public-function.html)

Les[_8_]

Rule for jumping to a public function
 
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


Jim Rech

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
|



Les Stout[_2_]

Rule for jumping to a public function
 
Hi Jim, that is exactly the problem..... As i want to go to the function
after some code ?

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***

Les Stout[_2_]

Rule for jumping to a public function
 
Hi Jim, thanks i found it....

best regards,

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***


All times are GMT +1. The time now is 02:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com