Awesome tutorials. Thank you so much. I have a question concerning this autocomplete project. Can it be made to work directly on a worksheet instead of a form ?
Hi Victor, thanks for checking our channel. If you're receiving Compile error because of the bit, please update all declaration as mentioned in this article. We'll talk more about this topic in days to come. We have more episodes coming this weenkend. Please watch out. Also please do not forget to subscribe. for example, add 'PtrSafe' after the word 'Declare' for API in Userform module. from - > Private Declare Sub Sleep Lib "kernel32" (ByVal ms as Long) to - > Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal ms As LongPtr) docs.microsoft.com/en-us/previous-versions/office/troubleshoot/office-developer/compile-error-editing-vba-macro
I want to use this functionality to search inside10 pdf files in a folder. And get Name and page number of the string match found. Can you guide me or give me some hint please. Thanks
This is intuitive and flawless. Keep it up!
Much appreciated!
I really like the professional look of the form!
thank you!
I love this one. It makes your forms looking very professional
Thanks!
Bought the UIX package, wanted to support. Can't wait to receive it and start the fun
Thank you so much for your support. Your encouragement will help me put more time into research and share more tutorials free for everyone.
This has helped me on my project. Thank you!
Glad it helped!
amazing work my friend!
Thank you! Cheers!
Very interesting videos, thank you so much!
Glad you enjoyed it!
Thank you so much.
This is great series. All VBA enthusiast should watch
Glad you think so! thanks for watching and for your support.
Great help from you buddy, Looking forward for more vba dashboards
Thanks Ravi. I'll definitely cover those topics in coming videos.
Regards.
Same here
Great Project, Thank you.
Glad you like it!
Thank you for this wonderful tutorial.
You are so welcome!
I'm impressed with your videos..I got a lot of knowledge from you..thank you
Glad to hear that!
Big applause for you sir. You're super. Keep it up.
Thank you for sharing such a great work.
Thank you too!
what a brilliant tutorial. thank you for sharing.
Thanks Kamayo. Thanks for your support.
Great series. Thank you Sir.
Thanks for watching!
Thanks in a million. Great content. Awesome imagination. Grade: A++💥
Many thanks!
Thanks for great tutorials.
Glad you like them!
another great video thanks for sharing
Thanks for watching
This is extremely useful. Thank you.
Thank you very much for your excellent and useful contribution
You are welcome!
Learning a lot from you ... Thanks for sharing the knowledge 😊
Glad to hear that
Very useful thanks for the video 😊
Very good video. Regards...
Thank you very much!
Thanks in a million. Great content. Awesome imagination. I have subscribed. Grade: A++💥
Awesome, thank you!
Awesome tutorials. Thank you so much. I have a question concerning this autocomplete project. Can it be made to work directly on a worksheet instead of a form ?
You're welcome. Yes, you can use ActiveX Controls which can be inserted via Developer Ribbon tab.
Génial
Merci
Thanks!
Thank you thank you thank you
You are very welcome
thank you. great video
I don't understand the language you speak, but what you do is understandable.
Glad it helped
Hi thanks for this is there a project file for ux-3 or your ux -5 as can't see this as an option. Thanks
Hi, do you still send the emails with the templates?
thnk you sirji
Most welcome!
thanks!
No problem!
thank you so much
You're welcome!
How we can run this workbook on a 64 bit systems?
Hi Victor, thanks for checking our channel.
If you're receiving Compile error because of the bit, please update all declaration as mentioned in this article. We'll talk more about this topic in days to come. We have more episodes coming this weenkend. Please watch out. Also please do not forget to subscribe.
for example, add 'PtrSafe' after the word 'Declare' for API in Userform module.
from - >
Private Declare Sub Sleep Lib "kernel32" (ByVal ms as Long)
to - >
Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal ms As LongPtr)
docs.microsoft.com/en-us/previous-versions/office/troubleshoot/office-developer/compile-error-editing-vba-macro
I want to use this functionality to search inside10 pdf files in a folder. And get Name and page number of the string match found. Can you guide me or give me some hint please. Thanks
You can combine this feature with reading PDF data th-cam.com/video/uc6palG76Y8/w-d-xo.html
sir , need autocomplete textbox with 3 Columns
You should be able to follow same approach
Thanks
Welcome
thank you
You're welcome
useful really
Glad you think so!
Great tutorial. Thanks so much! Is there a ready to download code for this? But we can type also.
thank you.
Please refer to Project ID 010 and 011 from this link vbaa2z.blogspot.com/2020/12/you-can-support-vba-a2z-by-simply.html
@@VBAA2Z can't find download free link
Where do I find the playlist "Professional UI/UX"?
please check here th-cam.com/video/p93JRjTFWmc/w-d-xo.html
Can't find free download link of project. Please share
how to download.. thank you , I really need. please
please check all downloads from here vbaa2z.blogspot.com/2020/12/you-can-support-vba-a2z-by-simply.html
its not working with 64 bit .. please help me
Please check below link.
vbaa2z.blogspot.com/2020/04/compile-error-code-in-this-project-must.html
how to be able suggesting not only based on the first letter?
i have an example:
Ballpoint extra
super ballpoint
i want all sentences that contains "ballpoint appear on the result listbox
to match starting text try
textbox1.value & "*"
to match any text try
"*" & textbox1.value & "*"
@@VBAA2Z where i have to input that line? Into function search_text?
@@ryannugraha807 you'll include it in 'search_text' function.
here is the exact syntax.
If LCase(xvalue) Like "*" & LCase(textTosearch) & "*" = True Then
This doesnt work for me
nothing happens
possible the data is not loaded to array first.
want to share your code?
Thank you
You're welcome
thanks
You're welcome!
thank you
Welcome!