I am trying to wrote VBA code in Excel and realize that InetlliSense is not working.
I noticed / tested this by typing "docmd." and noting that when tying the "." that:
i) A list of options did not appear;
ii) Pressing CTRL + J resulted in a beeping sound; and
iii) Pressing CTRL + Spacebar resulted in beeping sound.
I then went into a block of I was writing which included:
Din FoundCell As Range
Set FoundCell = ws.Columns("B").
and once again the IntelliSense is not working (i.e., the list of methods did not appear, pressing CTRL + J resulted in a beeping sound, and pressing CTRL + Spacebar resulted in beeping sound).
I then -- as the final test -- went on to type " Set FoundCell = ws.Columns("B").Find(" and again InetlliSense is not working (i.e., the list of methods did not appear, pressing CTRL + J resulted in a beeping sound, and pressing CTRL + Spacebar resulted in beeping sound).
I should also note that I have the following references selected:

It is hard enough to code let alone code without IntelliSense.
THE ASK: Please explain how to get IntelliSense to work..
Thank you.