0

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
Ehudz
  • 613
  • 10
  • 22
  • 33

1 Answers1

3

because G_EtoW_Pad is already declared elsewhere

paul
  • 21,653
  • 1
  • 53
  • 54