Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default 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 ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default Rule for jumping to a public function

Hi Jim, thanks i found it....

best regards,

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
7 function rule cont. Helpme Excel Worksheet Functions 1 December 29th 06 01:45 PM
7 Function rule Helpme Excel Worksheet Functions 4 December 29th 06 01:41 AM
Jumping out of loop with GoTo function Andy Excel Programming 2 September 28th 06 01:19 AM
Is there a rule for number of variables and characters used in a function Dave[_2_] Excel Programming 0 February 16th 05 03:03 PM
Public Function Monty Excel Discussion (Misc queries) 9 December 24th 04 06:35 PM


All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"