I cant get a VBA script to call a sub every time a cell changes. Can someone please teach me what I am doing wrong?

Im in a workbook with 2 pages (one called character sheet and another called combat). I have a dropdown menu pulling information from the character sheet and putting the value in cell E2. Cell E2 have been merged and centered from E2:G2. I’m trying to run a script that will see that the dropdown menu has changed and paste a bunch of info below it.

This is the script that I’m trying to use to call the sub

Private Sub Worksheet_Change(ByVal Target as Range)
    
    Dim selectedCell As Range

    ' Store the currently selected cell
    Set selectedCell = Selection

        Application.EnableEvents = False
        Call Weapons
        Application.EnableEvents = True

    ' Reselect the previously selected cell
    selectedCell.Select
    
End Sub

The sub I am calling is

Sub Weapons()
    
    ' Define worksheets so thing can get cross referential
    Dim CS As Worksheet
    Set CS = ThisWorkbook.Sheets("Character Sheet")
    
    Dim combat As Worksheet
    Set combat = ThisWorkbook.Sheets("Combat")
    
    ' Make a variable for to hit
    Dim TH As Integer
    
    ' Greatsword
    If combat.Range("E2") = "Greatsword" Then
        
        TH = CS.Range("E1") + CS.Range("C8")
        
        With combat
            .Range("E4").value = "2d6"
            .Range("F4").value = CS.Range("E1")
            .Range("G4").value = "Slashing"
            .Range("F3").value = TH
            .Range("G3").value = "To hit"
        End With
    
    ' Eldritch Blast
    ElseIf combat.Range("E2") = "Eldritch Blast" Then
    
        TH = CS.Range("C8") + CS.Range("E6")
        
        With combat
            .Range("E4").value = "2d10"
            .Range("F4").value = CS.Range("E6")
            .Range("G4").value = "Force"
            .Range("F3").value = TH
            .Range("G3").value = "To hit"
        End With
    
    End If
    
End Sub

Now I don’t think its the weapons sub as when I try to call it with a button that just has Call Weapons in it, it works fine. I wasn’t expecting this to be so difficult lol.

Ive tried a couple different versions of the Change macro to no effect.
Ive tried putting this in every page including a new module and This Workbook and couldnt even get it to display and of the Debug messages

Private Sub Worksheet_Change(ByVal Target As Range)
    If Not Intersect(Target, Me.Range("E2")) Is Nothing Then
        Debug.Print "Change in E2 detected"

        Dim selectedCell As Range
        Set selectedCell = Selection

        Application.EnableEvents = False
        Debug.Print "Calling Weapons"
        Call Weapons
        Application.EnableEvents = True

        selectedCell.Select
    End If
End Sub

I did the same thing with the same results with this

Private Sub Worksheet_Calculate()
    Debug.Print "Calculate event triggered"

    Dim selectedCell As Range
    Set selectedCell = Selection

    Application.EnableEvents = False
    Debug.Print "Calling Weapons"
    Call Weapons
    Application.EnableEvents = True

    selectedCell.Select
End Sub

And I’ve done the same thing with this

Private Sub Worksheet_Calculate()
    Static oldVal As Variant
    Dim newVal As Variant

    newVal = Me.Range("E2").Value

    If newVal <> oldVal Then
        Debug.Print "Change in E2 detected"

        Dim selectedCell As Range
        Set selectedCell = Selection

        Application.EnableEvents = False
        Debug.Print "Calling Weapons"
        Call Weapons
        Application.EnableEvents = True

        selectedCell.Select
    End If

    oldVal = newVal
End Sub

These are all just potential solutions I found while googling. But sadly nothing seems to work.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật