Working with ListBox Control in Excel VBA

  Рет қаралды 13,264

VBA A2Z

VBA A2Z

Күн бұрын

Пікірлер: 68
@holieh5301
@holieh5301 4 жыл бұрын
Nice work Pamai. Thanks for making many projects available for free
@VBAA2Z
@VBAA2Z 4 жыл бұрын
My pleasure 😊
@roland9923
@roland9923 3 жыл бұрын
Excellent as always, learned many out of box functionality
@VBAA2Z
@VBAA2Z 3 жыл бұрын
Thanks
@adrianl6409
@adrianl6409 4 жыл бұрын
Another excellent tutorial thank you so much Pamai
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Any time!
@hoseal8048
@hoseal8048 4 жыл бұрын
Thanks for another practical video
@VBAA2Z
@VBAA2Z 4 жыл бұрын
You are welcome!
@MuhammadShahAlam99
@MuhammadShahAlam99 2 жыл бұрын
Good Job👍 Suppose, we took another column (Remarks column) and took a TextBox. After selecting 8-9 data from the Listbox, whatever I write in the textbox will be added to that column.
@SaraPerzYT
@SaraPerzYT 4 жыл бұрын
Sir your videos are very relevant. Keep going thanks
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Thank you, I will
@Jusils
@Jusils Жыл бұрын
Thank you for very informative tutorials.
@VBAA2Z
@VBAA2Z Жыл бұрын
Glad it was helpful!
@m-squaredcontractors9720
@m-squaredcontractors9720 3 жыл бұрын
Thank you for the great tutorial. I have a question not sure if you covered that in your other tutorials. How do I align data on a 2 column listbox for example left align column 1 and right align column 2?
@VBAA2Z
@VBAA2Z 3 жыл бұрын
Sorry, the short answer is no you can't align individual columns. try ListBox
@scottansir7708
@scottansir7708 4 жыл бұрын
brilliant as always
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Glad you enjoyed it
@gregorytaylor2749
@gregorytaylor2749 4 жыл бұрын
Great teaching video. Thanks!
@VBAA2Z
@VBAA2Z 4 жыл бұрын
You are welcome!
@kinga334
@kinga334 4 жыл бұрын
Keep up the good work. Many thanks
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Thanks, will do!
@matnz7546
@matnz7546 4 жыл бұрын
Thanks for very informative tutorials. Please demonstrate how to pull this list from database instead of excel? Thanks in advance
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Great suggestion!
@kingsoko5319
@kingsoko5319 Жыл бұрын
Very creative 🙂 Thanks 🙏
@VBAA2Z
@VBAA2Z Жыл бұрын
Thank you! Cheers!
@carlo9567
@carlo9567 Жыл бұрын
Outstanding !
@VBAA2Z
@VBAA2Z Жыл бұрын
Many thanks!
@sunnylokesh3500
@sunnylokesh3500 4 жыл бұрын
👍👍 extremely helpful and relevant. Many thanks
@VBAA2Z
@VBAA2Z 4 жыл бұрын
You're very welcome!
@pekidonn5139
@pekidonn5139 4 жыл бұрын
Nicely put together. Keep it up cheers!
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Thank you! Cheers!
@davidvyskocil9132
@davidvyskocil9132 3 жыл бұрын
Awesome as usual, thanks...
@VBAA2Z
@VBAA2Z 3 жыл бұрын
My pleasure!
@luiscarlosbermudezjaramill5842
@luiscarlosbermudezjaramill5842 3 жыл бұрын
Excelente video
@VBAA2Z
@VBAA2Z 3 жыл бұрын
thank you!
@wennychez5606
@wennychez5606 4 жыл бұрын
Another good one. Thanks!
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Thank you too!
@efernandes67
@efernandes67 3 жыл бұрын
Excellent tutorial Pamai. Can you tell me if its possible to have triple state on a listbox with a MultiSelect = fmMultiSelectMulti and ListStyle = fmListStyleOption? If not how can it be done?
@lchewang6512
@lchewang6512 4 жыл бұрын
thanks for another amazing video
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Glad you enjoyed it
@HarshlyHarshly-fs9sn
@HarshlyHarshly-fs9sn Жыл бұрын
great work thanks!
@VBAA2Z
@VBAA2Z Жыл бұрын
You're welcome!
@haider236
@haider236 3 жыл бұрын
Is it possible to change the background clolor of listsubitem rows as mod 2
@VBAA2Z
@VBAA2Z 3 жыл бұрын
There is no back color property however you can set background using picture property
@excel2kit
@excel2kit 3 жыл бұрын
Nice video
@VBAA2Z
@VBAA2Z 3 жыл бұрын
Thanks
@jaredkulavich6081
@jaredkulavich6081 4 жыл бұрын
thanks!
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Welcome!
@sensational4459
@sensational4459 3 жыл бұрын
How to select list box from keyboard button once list box is shown below text box.
@VBAA2Z
@VBAA2Z 3 жыл бұрын
Up Down Arrow key Space key to select
@sensational4459
@sensational4459 3 жыл бұрын
@@VBAA2Z I tried it did not select
@VBAA2Z
@VBAA2Z 3 жыл бұрын
@@sensational4459 ensure properties multiselect is set to 1-fmMultiSelectMulti
@lordkailon
@lordkailon 3 жыл бұрын
Hi There!!!, Great vídeos. Quesitos???, Can you send multiple emails from a listview or a listbox of a userform?
@VBAA2Z
@VBAA2Z 3 жыл бұрын
Yes you can! check out below for email automation related videos. kzbin.info/aero/PLo0aMPtFIFDprmb4MBozLAdCn3-1cnnDA
@Husky_Passion
@Husky_Passion 3 жыл бұрын
the very bad thing with listbox, is they cannot be made transparent, they nearly show as if a frame and it's super anoying to make a transparent list. Couldn't find an api to do it, so usually i use a textbox but it's super anoying to simulate a listbox
@VBAA2Z
@VBAA2Z 3 жыл бұрын
transparent feature would have been great.
@debbie6085
@debbie6085 4 жыл бұрын
Thanks Lung. Great video. I looked for the link to download the source code but couldn't determine which one related to this video. Can you please advise which one is for this? Also, what's the link for the first video? I'd like to watch it. Thanks.
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Thanks Debbie. I will try to add links to Project ID going forward. For now, if you just need source code for this episode you can go with Project ID: 011. Else for all videos bundled go for Project ID - 010 UI UX UserForm - Series Package - All Episodes (1-18) Playlist. kzbin.info/aero/PLo0aMPtFIFDoF3QSS_GZUYoHCqLwEPB8p&pbjreload=102
@debbie6085
@debbie6085 4 жыл бұрын
@@VBAA2Z Thanks Lung. 👌
@VBAA2Z
@VBAA2Z 4 жыл бұрын
no probs.
@anhnhatnguyet4628
@anhnhatnguyet4628 4 жыл бұрын
I have a word file of 300 pages. every 3 pages will be 1 section (pages 1 to 3, 4 to 6, 7 to 9, .....). now I want to use vba to print each section so that when printing, each section contains 3 pages. that is, page 4 is not merged on page 3 for 2-sided printing. same for page 7 and page 6. page 10 and page 9 ..... hope you support me
@VBAA2Z
@VBAA2Z 4 жыл бұрын
Try posting in msdn or stackoverflow experts there will be able to assist sooner. please check if this video helps under work objects better. kzbin.info/www/bejne/iILKgKusa9Ole5I
@Kumaranmoljha
@Kumaranmoljha 4 жыл бұрын
I have a macro enabled worksheet which saves the data as XML format using mail merge .Then i import the XML file in Tally manually with import data option. Now i am looking for a solution which would make the process automatic using Tally (“localhost:9000”) i.e. once i save the file as XML format, immediately the data should get imported in Tally without any manual process. Hope i explained my query properly. Thanks in Advance. Best Regards,
@atingnewmai3680
@atingnewmai3680 3 жыл бұрын
👍
@VBAA2Z
@VBAA2Z 3 жыл бұрын
👍👍
@redhaakhund1271
@redhaakhund1271 3 жыл бұрын
❤️👍👍👍👍👍👍
@VBAA2Z
@VBAA2Z 3 жыл бұрын
👍👍
@redhaakhund1271
@redhaakhund1271 3 жыл бұрын
@@VBAA2Z can you plz check your email i sent you🙏🌹
I Built a Modern Listbox UI for Excel VBA
14:13
Excel Macro Mastery
Рет қаралды 10 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 105 МЛН
Интересно, какой он был в молодости
01:00
БЕЗУМНЫЙ СПОРТ
Рет қаралды 3,9 МЛН
Working with ListView Control in Excel VBA
33:16
VBA A2Z
Рет қаралды 54 М.
Unlock Excel Secrets: Magic Search Bar You NEVER Knew About!
17:59
PK: An Excel Expert
Рет қаралды 542 М.
My Workflow for Building any Streamlit Dashboard Project
9:40
Fanilo Andrianasolo
Рет қаралды 101 М.
ListBox vs ListView con VBA Excel
15:25
VBA for FINANCES
Рет қаралды 35 М.
DOUBLEXLOOKUP... the Excel function you've been waiting for!
12:29
Excel Off The Grid
Рет қаралды 20 М.
VBA User Form: Add, Update, Delete and Save
22:47
hay kel
Рет қаралды 65 М.
How to Use Arrays Instead of Ranges in Excel VBA
10:20
Excel Macro Mastery
Рет қаралды 206 М.