William, In VBA, I usually use the "help" within the VB Editor. (top-right box that usually starts with "Type a question for help") earlier versions of this help were EXTREMELY helpful. I learned a tremendous amount simply by following "suggested" links within the help panel, as well as the examples. Then, in 2007/2010 they redesigned the Help and it wasn't NEARLY as helpful. Microsoft recently changed the Help again, and I as yet have not used it enough to have an opinion. What other programming experience do you have? The fact is: your first programming language is the most difficult to learn. Because you're learning syntax, terminology and technique. For instance: You know you want to process each record in a list. The "technique" you learn for this is to "loop" through the list. Each programming language has a syntax for a "loop". Sometimes different types of loops. Usually, the syntax is similar between languages, but there may be differences. C++ likes to use semi-colons (;) While with VBA you can use for..next or while...wend or "Do While"...loop.
Tell us what you're looking for and we'll help you find it. In doing so, perhaps you'll learn how to find the rest. Then of course, there's books. Haven't used them myself since my first class in Fortran-IV in the 80's. So I'm probably not a good one to ask about books... :) Paul ----------------------------------------- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley ----------------------------------------- >________________________________ > From: William Thames <beritte...@gmail.com> >To: excel-macros@googlegroups.com >Sent: Monday, December 8, 2014 6:07 PM >Subject: $$Excel-Macros$$ .NET class/method reference manual > > > >Help! I need a reference manual to help me select the class and method to do >what I want. I searched Google and MSDN for over a week and can find no such >reference manual/guide.Or perhaps someone has a better idea. > > >Help??? >Bill -- >Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s >=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >https://www.facebook.com/discussexcel > >FORUM RULES > >1) Use concise, accurate thread titles. Poor thread titles, like Please Help, >Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get >quick attention or may not be answered. >2) Don't post a question in the thread of another member. >3) Don't post questions regarding breaking or bypassing any security measure. >4) Acknowledge the responses you receive, good or bad. >5) Jobs posting is not allowed. >6) Sharing copyrighted material and their links is not allowed. > >NOTE : Don't ever post confidential data in a workbook. Forum owners and >members are not responsible for any loss. >--- >You received this message because you are subscribed to the Google Groups "MS >EXCEL AND VBA MACROS" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to excel-macros+unsubscr...@googlegroups.com. >To post to this group, send email to excel-macros@googlegroups.com. >Visit this group at http://groups.google.com/group/excel-macros. >For more options, visit https://groups.google.com/d/optout. > > > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To post to this group, send email to excel-macros@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros. For more options, visit https://groups.google.com/d/optout.