Chevron Left
Back to Excel/VBA for Creative Problem Solving, Part 1

Learner Reviews & Feedback for Excel/VBA for Creative Problem Solving, Part 1 by University of Colorado Boulder

4.8
stars
4,151 ratings

About the Course

"Excel/VBA for Creative Problem Solving, Part 1" is aimed at learners who are seeking to augment, expand, optimize, and increase the efficiency of their Excel spreadsheet skills by tapping into the powerful programming, automation, and customization capabilities available with Visual Basic for Applications (VBA). This course is the first part of a three-part series and Specialization that focuses on the application of computing techniques in Excel/VBA to solve problems. In this course (Part 1), you will: 1) create macros to automate procedures in Excel; 2) define your own user-defined functions; 3) create basic subroutines to interface with the user; 4) learn the basic programming structures in VBA; and 5) automate Excel’s Goal Seek and Solver tools and use numerical techniques to create “live solutions” to solve targeting and optimization problems. New to computer programming? The extremely intuitive and visual nature of VBA lends itself nicely to teaching and learning - what a fun way to learn to code! No prior knowledge in programming nor advanced math skills are necessary yet seasoned programmers will pick up new and creative spreadsheet problem solving strategies. After you have learned the basics of VBA, each module will introduce foundational and broad problems inspired by situations that you might encounter in the real world. To pass each module, you'll need to pass a mastery quiz and complete a problem solving assignment. This course is unique in that the weekly assignments are completed in-application (i.e., on your own computer in Excel), providing you with valuable hands-on training....

Top reviews

NG

May 20, 2024

very helpful overview over basic functionalities of vba to solve problems. Especially in week 5/6 it would be great to see the expected result of the assignment to learn from a well experienced coder.

MS

Jan 26, 2018

Great course! I like it goes straight to implementation and is practice-oriented. What could be improved maybe is sound quality of lectures. And maybe it would be great to have some VBA notes in pdf.

Filter by:

1151 - 1175 of 1,188 Reviews for Excel/VBA for Creative Problem Solving, Part 1

By Dakers G

Dec 22, 2020

Here's a key piece of information; the grader functions do not work if they and the completed starter files are not located on your computer's hard drive, and even then some folder locations return a failed message. There is no error checking in the grader function so as a student you don't know if it's your code or the grader that's returning error.

By Abel M

Jan 9, 2023

Interesting course BUT You should grant a free access of the excel documents for those who just want to audit your courses. I lost hours replicating the tables for each video (as they are not accessible for those who can't take the paid exams)

By Samantha G

Nov 3, 2020

There was zero instructor involvement. I am fine with paying for a course as long as it's at least partially interactive. Assign more instructors to courses to answer questions and assist students.

By Richard R

Apr 4, 2020

Section 5 is extremely long and should require more time. the assignments were difficult and unclear at moments. Did not know how to get help from professor.

By Felipe O

Sep 16, 2022

Heavy on math, examples are from common daily VBA usage and solutions, but a good course nonetheless. Teacher explains in a clear way.

By Ahmed A A E A

Jun 1, 2021

there are no material to apply with the instuctor and the course is hard, it should be simplified for the beginners

thanks

By Alex P

May 25, 2024

Je suis resté bloqué très longtemps sans pouvoir obtenir d'aide. J'ai du me débrouiller seul. Sinon j'aurais mis 5 étoiles

By Cheryl S

Dec 17, 2023

I cannot complete the assignment as I have a Mac--should have said not for Macs. Also, cannot convert to audit

By Joseph J

Aug 13, 2021

Part 5 was impossible for non-engineers. Maybe I shouldn't have tried it but I attempted to go to the honors.

By Obrien O

Aug 19, 2021

En lugar de colocar problemas con mucha matematica deberia de profundizar mas en VBA

By XR L

Jun 19, 2021

The course is challenging for those who have no scientific maths knowledge

By Alvaro D

Aug 22, 2020

Too much emphasis in mathematical issues and too shallow in VBA techniques

By Ryan R

Jun 15, 2022

Three stars, 1 star for tests/assignements 5 stars for content 5+1/2

By Alessandro T

Aug 4, 2020

Too many examples on chemical engineering. It should more broad

By Amrane S

Oct 25, 2019

Missing some help when we blocked on the assignement

By Sandra C

Jun 4, 2021

The excerises should be more practical.

By Osama S

Apr 30, 2021

Week 5 is so difficult to understand

By Mark G

Sep 4, 2023

The learning itself is great. The marking scheme, however, leads much to be desired.

The grading is based entirely upon writing a piece of code which is fine. However, one can write a piece of code that does the job perfectly and the grader may still not accept that answer, leaving one perplexed.

For example, at one point I copied the instructions into a set of cells far off from where the program was interacting with the data for easy reference. It took half a day to realize that the Grader would not accept the written code until I erased them.

Unfortunately, as one can't proceed without success and with no teacher to interact with one can simply find their course ENDED through no fault of their own.

By Janice E W

Dec 10, 2021

Grader files don't work properly so you spend time trying to fix macros when they're already correct. (Files have to be saved to your hard drive, not to anything that OneDrive is syncing or the Grader won't work). Course is not particularly engaging, so no reason to continue forward with likelihood that I'll waste even more time trying to troubleshoot this terrible setup.

By Cody T J C

Oct 20, 2020

Excellent material and learning objectives. -3 stars on clear instructions and support for assignment completion. Hot Tip: Grading file and starter file must be run from your local drive not a cloud linked drive. Plus other issues.

By Joshua L

Apr 17, 2020

I quit taking the course after week 2 because it had very few business applications and was far too math and engineering focused, and there was a lot of assumed knowledge.

By 陈文

May 14, 2022

too easy, how to unsubscribe this lessson?

By حنان م

Oct 21, 2021

Good experience , learned a lot

By Dante W

Feb 7, 2022

Terrible for beginners. Stopped after completing most of Week 1.

I might've missed it, but I didn't think you needed to have a programming background to take this course (if this is true, then none of what I'm about to say applies). Although I love the teacher's passion and dedication, unfortunately he doesn't teach in a way to builds upon fundamentals. He "shows" rather than "teach." It's more like he's showing different things that it can do, rather than build fundamentals and explain the process he's showing. This isn't a value judgement about the instructor, just my experience with the way the course is taught.

The first few sections of Week 1 were fine. Introducing little bits of fundamentals. So far so good, although small moments where I felt a bit of confusion with the extremely elaborate and detailed examples he gave (for example, arguments/parameters in a sub.....how about we get used to even typing out sub a bit more, before we start feeding it parameters?). But by around the 6th video, and definitely the 8th video (Declaration/scope), it goes off the rails. I really don't see how a beginner can follow that; and he goes extremely fast, doesn't explain what he's clicking; just flies through it like he's giving a refresher.

By Andrea S

Sep 8, 2022

This course was supposed to be aimed at VBA beginners, with little prior knowledge of excel functions and VBA. However, starting even at week 1, the basics of VBA were not properly explained and the instructer flew thru the overly complicated explinations without proper explinations of the "how" or "why" he was performing the actions.

Furthermore, by week 4 the assessments tested areas that were not covered in the course and the final assessment in week 4 used excel functions and inputs that were totally new.

Ultimately, I learned little in this course about how VBA can be applied in any fashion of my day to day work. It's such a shame that this is the only VBA course available on Coursera. VBA is an excellent tool with may appications if taught properly. This course should be removed until it can be improved upon for a wider scope of use.

If it were possible, I would have left zero stars.