My vba code connected to a button is crashing on runtime. It is stating sub or function not defined. I am new to vba code so I dont know how to solve this. It a
Consider the following piece of Python code: with open('reviews.txt', 'r') as f: reviews = f.read() with open('labels.txt', 'r') as f: labels = f.read()
I get the following error with my code: Traceback (most recent call last): File "C:\Users\XXX\Sentiment Analysis-vader.py", line 34, in <module> f.pri