Пікірлер
@reachout52959
@reachout52959 14 күн бұрын
Thank you!!
@VBAbyMBA
@VBAbyMBA 14 күн бұрын
You're welcome!
@omarkammoun8841
@omarkammoun8841 2 ай бұрын
Hello @VBA by MBA Thank you so much for this presentation. COuld please share the script to test for my data?
@deiremigio1410
@deiremigio1410 3 ай бұрын
Hi, i have followed all the steps shown in the video but still unable to add a bullet although the insert bullets and numbering options are enabled on the menu above. Please can you help?
@VBAbyMBA
@VBAbyMBA 2 ай бұрын
Thanks for asking, and I apologize for the late response. there are couple of reasons: 1. you should be using Rich Text Content controls NOT simple 2. you cannot add bullet on the first line of the content control. so you need to add a blank paragraph then add bullets. let me know if this helps? Regards, MBA
@haroldv730
@haroldv730 5 ай бұрын
😋 'promosm'
@duanej.wallaceii373
@duanej.wallaceii373 6 ай бұрын
USA
@francescovergentini3244
@francescovergentini3244 6 ай бұрын
Can you share the VBA code?
@VBAbyMBA
@VBAbyMBA 6 ай бұрын
Similar concept of sending and getting a request is applied here: drive.google.com/file/d/1PDrrfhlmk6Tqonvjd9w0eNnjbjjCeuoX/view?usp=sharing this code need modification to your needs, you can take the ideas from it. the UI shown in the Video is complex and the code cannot be shared
@mengmakara9365
@mengmakara9365 6 ай бұрын
Nice
@VBAbyMBA
@VBAbyMBA 6 ай бұрын
Thanks
@ammaiappanm6920
@ammaiappanm6920 8 ай бұрын
Blur
@barryneilson2135
@barryneilson2135 11 ай бұрын
This is a macro that does absolutely nothing. The video is incomplete, with portions cut off in the VBE. Perhaps consider reviewing your video before uploading if your mission was to provide information.
@VBAbyMBA
@VBAbyMBA 11 ай бұрын
Thank you so much for your opinion, I can provide the full VBA macro if you request. Purpose of this video is to show you guys the power of VBA as well as the limitations and scope. In this video I try to show how we can parse HTML and translate into word document.
@lindseyflannery2509
@lindseyflannery2509 Жыл бұрын
Promo'SM 😒
@autnuncautnumquam
@autnuncautnumquam Жыл бұрын
Great work! Highly interested in a tutorial!
@VBAbyMBA
@VBAbyMBA Жыл бұрын
Glad you liked it!
@autnuncautnumquam
@autnuncautnumquam Жыл бұрын
Would you create a tutorial for this type of work?
@VBAbyMBA
@VBAbyMBA Жыл бұрын
Hi! thanks for asking. this one is an old project, I have been developing more like this, you can check my recent uploads. I do not have enough time to make big tutorials, i.e 20 min or so, but I try my best to make an attempt. - For your curiosity I am sharing the test file so that you can take a look at the version 10.0 (June 2022): drive.google.com/file/d/1jVNaxBprIh06FMk7iFaExH4kgmTlSwKi/view?usp=sharing
@autnuncautnumquam
@autnuncautnumquam Жыл бұрын
@@VBAbyMBA cool, very nice! Will look into your other work
@user-vu9pu6jb9c
@user-vu9pu6jb9c Жыл бұрын
please share the vba code??
@VBAbyMBA
@VBAbyMBA Жыл бұрын
you need to install third party tool OR a dll before using the code: I am sharing the excel file: drive.google.com/file/d/12GP12Hx3pASWvhifNhMBSGwOb7oIl7Nj/view?usp=sharing
@miki_5914
@miki_5914 3 ай бұрын
​@@VBAbyMBAwhat third party tools did you use?
@VBAbyMBA
@VBAbyMBA 3 ай бұрын
@@miki_5914 Please follow: www.codeproject.com/Tips/992992/VBA-Excel-Word-to-PDF-Encrypted-Password-Protected
@Tiktoknewzz
@Tiktoknewzz Жыл бұрын
Sir. Thnq for the input. So if i have to click the button using vba. How can i do it sir. help me
@VBAbyMBA
@VBAbyMBA Жыл бұрын
What do you need to do after the click of a button? it will certainly be a macro trigger, so you can just call that macro anyway
@victorwestmann
@victorwestmann Жыл бұрын
Oh boy you just saved me 8h of work. You were sent to me by the heavens! Do you know someone that could explain to me the VBA code line by line? But this is already great work! Thank you so much for this man!
@VBAbyMBA
@VBAbyMBA Жыл бұрын
I record next video, and explain each line. I'm sure you will be curious
@krissosful
@krissosful Жыл бұрын
Wow, awesome job!! Thank you very much for sharing this trick👏👏
@VBAbyMBA
@VBAbyMBA Жыл бұрын
You are welcome 🙂
@My7starq
@My7starq Жыл бұрын
please send code
@VBAbyMBA
@VBAbyMBA Жыл бұрын
Hi Rudra! Thanks for showing your interest, this is quite lengthy needs thorough understanding, I will share the file with you so that you can have experience it
@Adopk8gz
@Adopk8gz 11 ай бұрын
@@VBAbyMBA I don't know where you can share this file
@VBAbyMBA
@VBAbyMBA 11 ай бұрын
how about doing it with labels instead of buttons? You just need few event handler like mouse-move on label: - set the label backstyle property to opaque mouse-move on User-form: - set the label backstyle property to transparent Now change your backcolor to one that should be shown when the mouse move on. @@Adopk8gz
@naveednak2ali211
@naveednak2ali211 Ай бұрын
Sir can make complete tutorial on this topic can you share code or file.
@VBAbyMBA
@VBAbyMBA Ай бұрын
Thank you so much for showing your interest, I will create next video on this topic for sure
@hasanmougharbel8030
@hasanmougharbel8030 2 жыл бұрын
Hey there, glad to discover your channel. I have a simple enquiry regarding my outlook application. I tried to enter my email and password in aim to open my account on the outlook application installed on my pc. Unfortunately, a message pop up saying "an encrypted connection to your mail sever server is not available." How can i solve this problem given that i have an installation of microsoft office enterprise 2007 and the pc is already placed within a network inside a company. Thanks for assisting me with this.
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Thanks for supporting. Do you guys have two factor authentication? Then you have to do manually.
@Hasnainali-335
@Hasnainali-335 2 жыл бұрын
Great
@Hasnainali-335
@Hasnainali-335 2 жыл бұрын
Nice Information
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Thanks
@Hasnainali-335
@Hasnainali-335 2 жыл бұрын
Great 👍
@shyraz
@shyraz 2 жыл бұрын
👍
@shyraz
@shyraz 2 жыл бұрын
bhai power supply gai tumhari 😎
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Kb?😢 Mtlb lambi chuti
@shyraz
@shyraz 2 жыл бұрын
@@VBAbyMBA nhi ajj repair hojaygi..
@majeedkhan0471
@majeedkhan0471 2 жыл бұрын
Please share the VBA code
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Dear! you can inbox me on that page, with related details I will surly help you facebook.com/VBA-Macros-for-Word-Excel-413537909418715?_rdc=1&_rdr
@yersonchinchilla5592
@yersonchinchilla5592 2 жыл бұрын
does the macro remain in excel
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Macro remain in the excel macro enable workbook
@yersonchinchilla5592
@yersonchinchilla5592 2 жыл бұрын
do I need to do this every time I open excel??
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Just one time
@yersonchinchilla5592
@yersonchinchilla5592 2 жыл бұрын
My salvation, i was all the day trying to find a way to do it, and then you came with this macro and solved all my problems.
@yersonchinchilla5592
@yersonchinchilla5592 2 жыл бұрын
you are good Bro, thanks
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
Welcome 👍
@yersonchinchilla5592
@yersonchinchilla5592 2 жыл бұрын
thanks a lot
@VBAbyMBA
@VBAbyMBA 2 жыл бұрын
You are welcome
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Wow
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Nice
@ubaidhussain711
@ubaidhussain711 3 жыл бұрын
bhai koi voice aur kuch intrested karo
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
hn zror next Videos main koshish kronga
@M--Zia
@M--Zia 3 жыл бұрын
Is Fiverr free?
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Yes Free to make an account and start earning But Fiverr will take 20% of the amount you earned.
@M--Zia
@M--Zia 3 жыл бұрын
Ok @@VBAbyMBA
@M--Zia
@M--Zia 3 жыл бұрын
Good
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Nice 🙂👍
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks alot
@shyraz
@shyraz 3 жыл бұрын
❤❤
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
💕✌️
@maneeshkoru7996
@maneeshkoru7996 3 жыл бұрын
NICE VIDEO BRO YOU DID A GREAT JOB
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks alot
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Nice work
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Wow
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Great 😊👍
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Nice
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Wow
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks
@eyeshe5129
@eyeshe5129 3 жыл бұрын
😄😄
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
😅
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Nice 👍
@shyraz
@shyraz 3 жыл бұрын
zaber10 sir G
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks bhai jan Kabutr ur gy hain
@shyraz
@shyraz 3 жыл бұрын
@@VBAbyMBA han main dekh leay hain 😂
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Thumbnail 😄😄😄😄😄
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks here is video of thumbnail photoshop tutorial kzbin.info/www/bejne/noSbeGyBqblmrKM
@shyraz
@shyraz 3 жыл бұрын
Geo Shair ek wari ferrrr.... ayega ayega sher ayega dhareyga dhareyga sher dharey ga
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Meiyan dy nary wajan gy
@eyeshe5129
@eyeshe5129 3 жыл бұрын
Great work
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Thanks a lot
@muhammadfawwazkhan2389
@muhammadfawwazkhan2389 3 жыл бұрын
Wow great 👍🏻
@shyraz
@shyraz 3 жыл бұрын
گاردش۔ ❤❤
@VBAbyMBA
@VBAbyMBA 3 жыл бұрын
Comandaar Nasir Khan Jaan