Evening friends, I'm trying to fully understand the syntax in VBA as I'm mixing properties with objects, methods and all sorts and I don't properly understand what is what.

I've been advised to have a good look-through Microsofts help and I've been at it all day. I see that Microsoft's site goes into good detail on some stuff but I find it to be very poorly set-out in terms of navigating. It took me hours to find certain pages (I've hand-coded a few websites so I'm not a 90 year old man who's never used a computer before).

I'm using Excel 2010 and wanting to learn everything it has to offer in VBA. This webpage https://msdn.microsoft.com/en-us/lib...ffice.14).aspx appeared good.

So I go to the first item; Objects "Phonetics"; now that says to me that there is an object in Excel called Phonetics.
I experiment in Excel Phonetics and try to add a method and nothing is showing up in the intellisence. So I think it doesn't have an intellisence list; so go to run it anyway and I'm told no variable with that name.

What is going on here? There is a webpage from Microsoft advising of this command and it's not there!