You make VBA great again! Every single time, every single video!
@WiseOwlTutorials3 жыл бұрын
Thank you so much!
@krn142423 жыл бұрын
Great answer to Mark's question. Well done Sir.
@WiseOwlTutorials3 жыл бұрын
Thanks Kevin!
@markbocsor37043 жыл бұрын
Thanks Andrew this answered my question perfectly:-) Again an amazing video
@WiseOwlTutorials3 жыл бұрын
My pleasure, thanks again for your support!
@tejamarneni3 жыл бұрын
Thank you Andrew for the informative video.
@WiseOwlTutorials3 жыл бұрын
My pleasure Teja, thanks for watching!
@RajKumar-on6oh3 жыл бұрын
Superbly explained! 🙌
@WiseOwlTutorials3 жыл бұрын
Thank you Raj!
@MyAudioBookCompilation3 жыл бұрын
Just by reading all the comments for each video you make makes me smile already 😁 You have created a community of your own sir. Keep safe always.
@WiseOwlTutorials3 жыл бұрын
Thank you! Happy to hear that you're enjoying the comments as well as the video content. Thank you for watching!
@wayneedmondson10653 жыл бұрын
Awesome Andrew! Thanks for another great VBA lesson :)) Thumbs up!!
@WiseOwlTutorials3 жыл бұрын
Cheers Wayne, glad you enjoyed it and thanks for the comments!
@hadibq2 жыл бұрын
Thanks Andy! Love your tutorials. cheers for the efforts of learning and teaching the proper way!
@WiseOwlTutorials2 жыл бұрын
Thanks so much Hadi!
@shinrafahell3 жыл бұрын
This is a pretty elegant solution.
@WiseOwlTutorials3 жыл бұрын
Thanks Rafael!
@VillaOuk3 жыл бұрын
Fabulous trick! Thank you
@WiseOwlTutorials3 жыл бұрын
Thanks!
@Ravi_Singhal253 жыл бұрын
Thanks Andrew 🙏
@WiseOwlTutorials3 жыл бұрын
A pleasure Ravi!
@KhalilYasser3 жыл бұрын
Amazing. Thank you very much.
@WiseOwlTutorials3 жыл бұрын
You're very welcome Yasser, thanks for watching!
@manuelketisch37523 жыл бұрын
Very nice solution, thanks for sharing! May i ask when we can expect a video on how to populate ListViews with ADODB from a closed excel table as data source?
@WiseOwlTutorials3 жыл бұрын
Thanks Manuel! I'm afraid that I don't have an estimate for when we'll have a video on ListViews but that topic is on the To Do list!
@缺口-q2z3 жыл бұрын
Thanks for the tutorial. This is exactly what I needed. However, I got lost when the ChangeEventDisabled Boolean variable is true, then the Exit Sub would be executed so why it still goes to the next i ? Could you please clarify a bit more?
@WiseOwlTutorials3 жыл бұрын
It's tricky because when you're stepping through the procedure it appears as though you only have one copy of the program running when, in reality, you have two. You can see this by choosing View | Call Stack from the VB Editor menu when you're stepping through the code. The Boolean flag ensures that the second copy of the procedure (which is triggered by programmatically changing the value of the list box option) exits but the first copy can continue processing the loop. I hope that helps!
@amrshehata9840 Жыл бұрын
Hello Thanks for all information we got it from your simply videos But i need help How can i create journal entry form that includes date JV number and narration ( description) then in the next frame in the same form i need to design row including account number ,account name ,narration ( same the first narration and its accept editing ) , debit ,credit . Then we can add more rows same which i need in the above after than i need to add two cells or text box for calculate the debit column and credit column To adjust the journal entry Thanks for your help
@ahmedfreelancer30103 жыл бұрын
Andrew you make amazing video's My question is how I can use find in vba excel for search on multiple criteria if it's possible.
@WiseOwlTutorials3 жыл бұрын
Hi Ahmed! The Find method doesn't allow multiple criteria. You could try using advanced filter if you're working with a list/table.
@ahmedfreelancer30103 жыл бұрын
@@WiseOwlTutorials thanks for your help
@WiseOwlTutorials3 жыл бұрын
@@ahmedfreelancer3010 No problem!
@SeyhaphonTun Жыл бұрын
can listbox disabled to select but allow to scroll by vba code ?
@WiseOwlTutorials Жыл бұрын
I'm sorry I don't know!
@laptopasus1212 жыл бұрын
Hello sir, can you teach me how to make data merge from excel to powerpoint like video WatchData?
@WiseOwlTutorials2 жыл бұрын
Hi! We have a few videos on using VBA to copy data from Excel to PowerPoint. You can search for these from our channel homepage, I hope it helps!