Search code examples
excelvbaambiguous

Ambiguous Sub Name with VBA in Excel


What's wrong with this sub name which gives me an ambiguous name detected error?

Public Property Get G_EtoW_Pad()
    G_EtoW_Pad = EtoW_Pad
End Property

Solution

  • because G_EtoW_Pad is already declared elsewhere