Hey when i go to run my code i get this compile error:
Compile Error Methord or data member not found. i tried to debug this myself but i cant see why the error is occuring. I am making a simple hang-man game i will link the code below.
Code:
Option Explicit

Private StrGuessLetter As String
Private ArrWord As Variant
Private ArrLetters As Variant
Private IntTotalLetters As Integer
Private strWord
...