Thanks for the explanation. I work a lot with both python and excel+vba and this will surely be useful in my project! Have a good day, man!
@irfanshaikh2622 жыл бұрын
This is fabulous content. I love your python videos and more importantly the concepts of python you bring to us. Really enjoyed your encrypted python logging video. Is also like to point out that in this video instead of adding up extra backslashes, we can pass the path as a raw string. For example : pd.read_excel(r"C:\Users\Admin\myfile.xlsx"
@melodijouningeniero Жыл бұрын
This is amazing content! Right to the point! Congrats and thank you!
@onlyeducation13539 ай бұрын
Finally i have created this visualization data with help of your videos ...thanks bro🥀
@li24911 ай бұрын
It is so helpful! Thanks a lot!
@marvinl.371011 ай бұрын
This is amazing! thank you
@udaya1297 ай бұрын
clear and concise
@عابثالأخير-ز9ي Жыл бұрын
You are my teacher 🙌🏻
@netspeedz3397 Жыл бұрын
This is off topic but how did you get your VBA Editor to have 'dark mode' or 'dark theme'? I am able to modify the code to show dark but not the panes and menu drop downs, etc.
@danielbolivar1601 Жыл бұрын
You helped me a lot! Ty
@orvarmagnus Жыл бұрын
how do you avoid the permission Error when the excel file is already open? "permissionerror: [errno 13] permission denied: '......xlsx'"
@sergiorojas3985 Жыл бұрын
I have the same problem, and not sure is for the side of the permissions in the excel file, or a configuration in the Python editor
@HanifMPMI Жыл бұрын
It looks like I managed to open the shell but it's instantly closed and does nothing. btw I use Spyder from Anaconda. Any suggestion to tackle this issue?
@BrendaRojasDelgado Жыл бұрын
I need help. My py file runs perfectly when executed independently. However, when I run the VBA script it throws an error that I am incapable of seeing because cmd shuts down in a blink of an eye. Thanks in advance.
@sannti741 Жыл бұрын
Same happen to me. Did you solve the problem?
@The_Low_Level_Guy_0x002 жыл бұрын
I asked a question recently on a video you did 1 year ago about setting up Neovim from scratch. The problem is that I can't install any plugins. Whenever I reach the step where you enter 'PlugInstall' it tells me that no plugin to install, and it doesn't matter which plugin, all of them are failing. I have tried google but no solution. This is when I am learning Linux and tools.
@dinohsu1019 Жыл бұрын
How about pyxll? Is that any easier? Thanks again.
@mickyguy157 Жыл бұрын
Command prompt opens but immediately closes without outputting anything. Any idea what causes this or how to fix?
@sannti741 Жыл бұрын
Same happen to me. Did you solve the problem?
@GuyVivet Жыл бұрын
Well that's what happens to everyone using the proposed solutions by this clown @@sannti741
@vivekbharadwaj82118 ай бұрын
@@sannti741 Check for return code for any error (try using single quote for file path)
@stephanetionfe6519 Жыл бұрын
please how to do the same opération witch access
@manarmimi3073 Жыл бұрын
Hi, how to creat database in Excel .
@manvirschneider91032 жыл бұрын
How to do this on macOS?
@shehab9762 жыл бұрын
why dont you use a simple hyperlink targeting ur script,its going to work same way
@stephanetionfe6519 Жыл бұрын
please can you do the same with ms access i really need it
@danwallace9017 Жыл бұрын
Yes you can. VBA is available in all MS Office applications.
@lawrencedoliveiro91042 жыл бұрын
That’s like saying you can stick feathers onto a frame with wax and make it fly. Neat trick, but why would you want to?
@kolavithonduraski50312 жыл бұрын
??? using maybe datascience tools and visualisation with your data and give it back to excel if needed, with more advanced visualisations ? you can do stuff with excel, but python is way more powerfull
@gobinappinnai2378 Жыл бұрын
I am getting AttributeError: 'Dataframe' object has no attribute 'Prices'