Thank you so much for making these educational VBA videos available for free. They are super helpful in getting the VBA basics down. I really enjoyed the videos. Before i watched the videos, i had not a clue on how to read the scripts in VBA Editor and now i can read in a beginner level and improvise as needed for my job. You are an awesome teacher Mr. Gould!!!!!!! I will definitely spread the word on your work.
Thanks for making it open source... i will make sure to make it very entertaining and fun... thanks for the codes. i will never forget to give credits to the creator
To stop the flickering maybe you could use a pictures that spill over multiple cells to replace the walls made of colored cells. Then so they don't run ridiculously fast hold them in the cells for a bit by running For x = 1 To 100 next x using arbitrary calculations just to stall them briefly. Id have thought that would stop the walls from flickering so much.
***** I've found the Sleep () function on your website which I will remember for future use. If it's when the sleep function is running that the cells filker maybe you could break it up in multiple shorter sleep(10) s so the filtering is not detectable.
I'm looking for lessons of VBA and finally I found your channel.Everthing is fine but you are speaking very fastly and I have trouble understanding you :) because English is not my mother tongue. I subscribed your channel.Regards and thank you
I've been thinking about the flickering , wouldn't it be possible to use a picturebox and move that across the screen rather than trying to redraw the amount of cells onto the sheet.
I'm following your tutorial to create this game. I've followed it step by step...or so I thought. But I've gotten this compile error: "Ambiguous name detected: Sleep" (when I was testing my start and stop buttons in part 5). What did I skip, or do wrong? (oh, and I'm using excel 2013)
That is possible! I'm just going to restart the project again, it didn't take me too long to get to part 5. Thank you for responding so quickly! Oh, and you have a wonderful voice. :3
hi. Sorry for being totally unrelated but I am really impressed with your vba coding. I have an excel file but I need some help with vba, searching online has not helped me as of yet. Can you please guide me?
I can't launch the game - any attempt to start the game (Hi / Low resolution doesn't matter) throws the error '1004: Method 'OnKey' of object '_Application' failed". The debugger then takes me to line "Application.OnKey r.value" of Public Sub SetGameKeys() in user module "modMain". I'm using Excel 2013 32-bit on Windows 7 SP1 with macros enabled and ActiveX controls activated for this session. Thank you anyway! Your videos help a lot!!!
Well, Excel on my system was breaking on all errors, I changed it so that it traps unhandled errors only, and now it works!!! But I'll try your advise also and report back. Thanks for your prompt reply!
Just checking that you've done the following to unblock macros support.microsoft.com/en-us/topic/a-potentially-dangerous-macro-has-been-blocked-0952faa0-37e7-4316-b61d-5b5ed6024216 Also, be aware that it runs terribly in modern versions of Excel! I think Excel 2010 is the optimal version to run it in if you have a copy.
Thank you so much for making these educational VBA videos available for free. They are super helpful in getting the VBA basics down. I really enjoyed the videos. Before i watched the videos, i had not a clue on how to read the scripts in VBA Editor and now i can read in a beginner level and improvise as needed for my job. You are an awesome teacher Mr. Gould!!!!!!! I will definitely spread the word on your work.
Wow, this is crazy. I had no idea this could be done. Thank you for all your videos.
Thanks Robert!
this guy can run gta in Excel I'm convinced
I'm too scared of Rockstar slapping a dmca takedown on it to try 😀
When I was 10 years old, I thought excel was created only for tables 😂😂
It's amazing what you can make Excel do! :D
This is something pro next level, You are awesome sir.
Thanks so much Ravi!
That's awesome. Never thought anyone can develope a game in excel.
Thanks Gurdeep! Have a quick Google for Excel games - it's incredible what others have managed to do!
Truly exciting. Thanks team
You're welcome, thanks for watching!
I can't believe you'd put all the effort into making this and not use it as an excuse to make the gaps just a little bit wider
Thanks for making it open source... i will make sure to make it very entertaining and fun... thanks for the codes. i will never forget to give credits to the creator
To stop the flickering maybe you could use a pictures that spill over multiple cells to replace the walls made of colored cells. Then so they don't run ridiculously fast hold them in the cells for a bit by running
For x = 1 To 100
next x
using arbitrary calculations just to stall them briefly.
Id have thought that would stop the walls from flickering so much.
***** I've found the Sleep () function on your website which I will remember for future use.
If it's when the sleep function is running that the cells filker maybe you could break it up in multiple shorter sleep(10) s so the filtering is not detectable.
I'm looking for lessons of VBA and finally I found your channel.Everthing is fine but you are speaking very fastly and I have trouble understanding you :) because English is not my mother tongue.
I subscribed your channel.Regards and thank you
I've been thinking about the flickering , wouldn't it be possible to use a picturebox and move that across the screen rather than trying to redraw the amount of cells onto the sheet.
Moving objects on the sheet seems to be a lot more controlable too.
I'm following your tutorial to create this game. I've followed it step by step...or so I thought. But I've gotten this compile error: "Ambiguous name detected: Sleep" (when I was testing my start and stop buttons in part 5). What did I skip, or do wrong? (oh, and I'm using excel 2013)
That is possible! I'm just going to restart the project again, it didn't take me too long to get to part 5. Thank you for responding so quickly! Oh, and you have a wonderful voice. :3
hi. Sorry for being totally unrelated but I am really impressed with your vba coding. I have an excel file but I need some help with vba, searching online has not helped me as of yet. Can you please guide me?
This is Amazing!
Can you tell me a way to change the icon of the bird? I am planning to use some of my friends' faces lol?
hi i been looking for help so i Subscribed i was wondering do u take request
facebook.com/profile.php?id=100008393400344
my facebook for a private message
I can't launch the game - any attempt to start the game (Hi / Low resolution doesn't matter) throws the error '1004: Method 'OnKey' of object '_Application' failed". The debugger then takes me to line "Application.OnKey r.value" of Public Sub SetGameKeys() in user module "modMain".
I'm using Excel 2013 32-bit on Windows 7 SP1 with macros enabled and ActiveX controls activated for this session.
Thank you anyway! Your videos help a lot!!!
Well, Excel on my system was breaking on all errors, I changed it so that it traps unhandled errors only, and now it works!!! But I'll try your advise also and report back. Thanks for your prompt reply!
Thank you. I used this game to make millions of dollars on penny stocks!
There is a wide range of Excel based games thanks to creative programmers.
Impressive, I like this.
Really you are great coder
i cant start the game, the start buttons dont work
Just checking that you've done the following to unblock macros support.microsoft.com/en-us/topic/a-potentially-dangerous-macro-has-been-blocked-0952faa0-37e7-4316-b61d-5b5ed6024216
Also, be aware that it runs terribly in modern versions of Excel! I think Excel 2010 is the optimal version to run it in if you have a copy.
epic video dude
You are awesome!
Excelente.
Tutorial on how to do this please! :D
Thanks! I will definitely try and learn this :)
Really thanks!
Le gustaría ver estas animaciones creadas en Excel. Cuenta con un juego tambien : th-cam.com/video/AJIto6P759E/w-d-xo.html
Whate the fuck mate, this is insaaaaaane
Estonishing
Thanks!
This is unreal
awesome! :D how.. how.. how.. how.. tutorial please! :/
best. i love it.
I call hax
***** i dont think my omputer can run all theese changing cells, it would probably crash :P
***** hahaha!