in a form defined several subs:
Public Sub GetSubA
Public Sub getSubB
Public Sub setSubC
Public Sub SetSubD
when using the form, the Sub getSubB is not listed, but SubB instead, means the get part is missing.
When changing to GetSubB then the sub is listed.
Tested also for setSubC, this sub gets listed.
Is this a bug or is the guidance not to use sub names starting with lowercase get?
Thanks for poiting out - was not aware - this item occurred while started to use the Google Java Style Guide naming convention as been looking for a naming convention standard as could not find a proper one for Basic. Will revert the changes made to Capital.