LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default VBA automatically updating variable names

I defined 2 functions in the same module. One function use lower case 'x' as
the arguement and the other uses upper case 'X' as the arguement(see below).
VBA automatically changes one of the arguements to match the other. It does
the same thing even if I put each of the functions in different modules.

Function fun1(x As Integer)
End Function

Function fun2(X As Integer)
End Function

Can someone please explain this and if I can prevent it? Thanks

 
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
updating formulas with range names Brad Excel Discussion (Misc queries) 2 January 13th 09 04:57 PM
Updating formula as tab names change SU123 Excel Discussion (Misc queries) 2 September 8th 08 04:42 PM
Updating Range Names ExcelUser777 Excel Discussion (Misc queries) 4 March 30th 06 09:20 PM
Automatically updating rosebud_28 New Users to Excel 7 February 18th 05 07:57 PM
Updating Names BLM Excel Discussion (Misc queries) 5 January 13th 05 03:25 AM


All times are GMT +1. The time now is 11:50 PM.

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

About Us

"It's about Microsoft Excel"