Use same name for local variable and function

Posted by Cdl56 on Stack Overflow See other posts from Stack Overflow or by Cdl56
Published on 2010-05-21T20:58:35Z Indexed on 2010/05/21 21:00 UTC
Read the original article Hit count: 117

Filed under:

In VBA, I want to use a name for a local variable that I'd also like to use for a function name. The problem I'd that the function name formatting always changes to the local variable formatting.

Any way to prevent that?

© Stack Overflow or respective owner

Related posts about vba