Did some Googling for learning VBA for Excel and didn't find any standout resources. I know some java and python. Anyone have any suggestions of resources they have found useful. Thank you!
Refer to Microsoft's reference:<p><a href="http://msdn.microsoft.com/en-us/library/office/ee861528%28v=office.15%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/office/ee861528%28v=...</a><p>Also, use the Object Browser in the Macro Editor to browse the list of available objects, methods, and properties. If you need more information on a particular object, search MSDN. E.g.,<p><a href="https://www.google.com/search?q=worksheet+object+site%3Amsdn.microsoft.com" rel="nofollow">https://www.google.com/search?q=worksheet+object+site%3Amsdn...</a>