Very useful video and nicely explained. Thanks! I am using VBA for almost 4 years now and I didn't know about Listview control until today. Information regarding Imagelist was a bonus. Thanks again!
@VBAA2Z6 ай бұрын
Glad it was helpful!
@holieh53014 жыл бұрын
Your contribution to VBA community is commendable. Keep up the good work
@VBAA2Z4 жыл бұрын
Much appreciated!
@dovacmarlon74934 жыл бұрын
Hi Sir Pamai, from a reply to a comment, I gathered you are Indian, that's nice, your English is really good and doesn't have heavy Indian accent. Keep it up Sir, your VBA tutorials are very useful.
@VBAA2Z4 жыл бұрын
Hi Dovac, thanks for your kind words and I'm glad you find them useful.
@kingsoko5319 Жыл бұрын
Best vba channel I came across just amazing
@VBAA2Z Жыл бұрын
wow - thanks
@garylyons79583 жыл бұрын
Fantastic. ListView was the perfect control element I was looking for. (Combobox so limited!) This presentation was great to get up and going. Very well presented as a starter. Now to crack column sorting... Great, informative video.
@VBAA2Z3 жыл бұрын
Glad it was helpful!
@KevinAanensen Жыл бұрын
Thank you for the fantastic ListView video. Would solve how to get sheet information and display it logically on the userform. Your videos are inspirational.
@VBAA2Z Жыл бұрын
Glad to hear. Thanks for watching!
@dwsteyl3 жыл бұрын
Great work! This is very informative. I'm going to watch all your videos from the start of your channel! Thank you for sharing your knowledge!
@VBAA2Z3 жыл бұрын
Awesome, thank you!
@rainerstahl6107 ай бұрын
with the formatting of numbers it seems to be a bit difficult in the listview-Box: partly the Excel formatting is working, partly it's not (colors, the whitespace-width "_)" in Excel) - which leads to closing brackets in your listview when numbers are positive. This made me check the video several times to realise, what's the problem... Anyhow, I learned a lot! Still I miss the opportunity to add multiple checkboxes in the listview - will need some work-arounds with images, I guess. Thanks a lot for your efforts and stay on!
@dipankarroy55292 жыл бұрын
Sir, I am using MS Office 2016 now.but the problem is that there is no Listview & Date picker option in the userform. I got Mscomtct2.ocx and Mscomctl from internet. I downloaded and installed the ocx file, after that there is Listview and Date picker file missing. how to solve ?
@aNDy-qh1em3 жыл бұрын
Sir, thank you so much! Very helpful even for earlier versions for excel. This control turns out to be an unexpectedly powerful one! Very often i have to populate listboxes from collections of classes. The weak point of the listbox is that the only way to fill listbox column headers is when you get data from sheet range as data source - it is not possible when you get data from elsewhere. The wokaround was to create additional listbox for fields - not very nice. With listview it seems that this tricky point is fixed! Also, the user can change the column width if needed!
@VBAA2Z3 жыл бұрын
Glad you found it useful. Thanks for watching.
@imranbhatti85804 жыл бұрын
Hi Lung This control is nice with a lot of addtional feature over a ListBox, but sadly we cannot load data to it in one go as we can for ListBox i.e. ListBox1.List = arData (single/multidimensional). Isn't it?. But good for a smaller dataset I think.
@VBAA2Z4 жыл бұрын
listview has RowSource property there should be a way to set this up perhaps creating an class / object
@imranbhatti85804 жыл бұрын
Hope you would also create maybe a shorter video to load data to such controls in one go instead of looping.
@VBAA2Z4 жыл бұрын
sure, I'll try it out and come back
@kinga3344 жыл бұрын
Thanks Pamai. This is super useful
@VBAA2Z4 жыл бұрын
You're very welcome!
@imranbhatti85804 жыл бұрын
Hi Sorry, I could not properly listen to your name, but you are really awesome. Your VBA tutorials are far different from the other people teaching VBA. Can you please make a tutorial on creating Listgrid view as another VBA Expert (JKP) has created (i.e.hierarcicle )
@VBAA2Z4 жыл бұрын
Hi Imran, I'm Lung Pamai :) thanks for your kind works I'll try and cover Listgrid too in future videos
@imranbhatti85804 жыл бұрын
Nice name. Sounds Chines.
@imranbhatti85804 жыл бұрын
I would wait for ListGrid Video.
@nicolocascone8842 Жыл бұрын
Thanks, very helpful. Just one question regarding min 3:15 when you show userform2. It seems that every “cell” of the list view allows multiple lines. How do you implement that function?
@VBAA2Z Жыл бұрын
that's the inbuilt feature
@matnz75464 жыл бұрын
Thanks Pamai. Nice work
@VBAA2Z4 жыл бұрын
You're welcome
@kuksten15794 жыл бұрын
thank you very much for detailed tutorial. nice pace too
@VBAA2Z4 жыл бұрын
Glad you liked it
@adrianl64094 жыл бұрын
Thanks for sharing your knowledge and experience.
@VBAA2Z4 жыл бұрын
My pleasure!
@praveendhanasekar25553 жыл бұрын
Can we have filter in the listview similar to access listview
@VBAA2Z3 жыл бұрын
You will have to create a custom filter.
@Brad-fh2vn Жыл бұрын
another incredible video thank you so much sir!
@VBAA2Z Жыл бұрын
Glad you enjoyed it!
@abuabdullah273815 күн бұрын
Respected Sir, I watched your video and it was very helpful to me. You explain things very well. Sir, I am facing an issue in the list view. I have data in Hindi, but when I bring it into the list view, question marks (????) appear. If there is any solution, please let me know.
@FitnFabulousLife2 жыл бұрын
If we use ListView control in a file and gives it to client, does client needs to install the Listview control as well on their machine?
@VBAA2Z2 жыл бұрын
You clients may have to install common controls
@hoseal80484 жыл бұрын
Excellent as usual. I have seen most of it from prior publish. Thanks
@VBAA2Z4 жыл бұрын
Awesome! Thank you!
@mrnimbus25562 жыл бұрын
Is it possible to get data from sql server and will shown in listview in vba?
@VBAA2Z2 жыл бұрын
Yes, please check below video links kzbin.info/www/bejne/n4W4hZWlo6h3hNU kzbin.info/www/bejne/i2LWgmRjhMZjnNU
@roland99234 жыл бұрын
Another great tutorial. Keep it up
@VBAA2Z4 жыл бұрын
Thank you! Cheers!
@ekilunewmai70332 жыл бұрын
This is mind blowing. Is this available for access too?
@VBAA2Z2 жыл бұрын
Yes
@sallu21m Жыл бұрын
how to autoresize column width in listview ?? PLs share VBA code
@VBAA2Z Жыл бұрын
this may help stackoverflow.com/questions/34138226/excel-vba-auto-resize-listview-columns
@FitnFabulousLife2 жыл бұрын
Does listview control works on MAC for excel??
@VBAA2Z2 жыл бұрын
unfortunately I am not Mac user. Please try posting in stackoverflow
@AKSHAYKUMAR-kh3oj2 жыл бұрын
Can we make icons clickable to access on other page in multi-page
@stefanogattoCH3 жыл бұрын
Thank you, this is very useful! I came across the issue of not being able to sort numeric values in Listviews. Is there a work around you'd recommend?
@VBAA2Z3 жыл бұрын
I normally stage data in Sheet or Array and sort them and then populate them
@stefanogattoCH3 жыл бұрын
@@VBAA2Z ok thanks. I’ll try that
@benjaminf5731 Жыл бұрын
thank you so much
@VBAA2Z Жыл бұрын
Welcome 😊
@arikurita4013 жыл бұрын
thanks for useful video!
@VBAA2Z3 жыл бұрын
You're welcome!
@amorbatna2725 Жыл бұрын
بارك الله فبك
@VBAA2Z Жыл бұрын
thanks for visit
@hasbihadirahmanputra53402 жыл бұрын
Sir, is it possible to use 2 Database (or sheet) and then show those 2 Data to one list view (listview1)?
@VBAA2Z2 жыл бұрын
yes you can. You can join 2 tables or link sheets using lookup/index(Match
@sunnylokesh35004 жыл бұрын
Very helpful tutorials. Keep going
@VBAA2Z4 жыл бұрын
Thanks a ton
@otealiig55922 жыл бұрын
Fantastic, Outstanding !!!! But i am facing one issue in li.subitems.add I am getting ... li.add.subitems .... Please Assist ... Thank you
@VBAA2Z2 жыл бұрын
Feel free to commend you code and error
@anandchaudhari9014 жыл бұрын
Sir, thanks............need more HELP on this listview, Like how to filter data with multiple criteria, how to add images infront of all employee name, sort coloums with both type numerical or alphabetical
@VBAA2Z4 жыл бұрын
Best filter it from source or to keep it simplified you can your sorting keys created and have data loaded to array to prevent requiring data. Other videos which might help. kzbin.info/www/bejne/ZoXUnZWOj954abc
@anandchaudhari9014 жыл бұрын
@@VBAA2Z dear sir waiting for more videos on listview
@mohammedalsarraj99634 жыл бұрын
Great review
@VBAA2Z4 жыл бұрын
thanks!
@brainservice68634 жыл бұрын
Hi. your tutorials are very informative. I would like to have your version of Windows 7. Could you send me a link to download. Thank you.
@VBAA2Z4 жыл бұрын
Windows7 Ultimate.
@brainservice68634 жыл бұрын
@@VBAA2Z Thanks
@rjdexceltutorial49864 жыл бұрын
Can u make a tutorial that the icon in list view is clickable?
@VBAA2Z4 жыл бұрын
thanks for suggestions. I'll review it
@kailashsoni676 Жыл бұрын
How to apply adv filter on list view plz help
@VBAA2Z Жыл бұрын
I'd suggest filter based on user input to sheet and reload the filtered data
@ahmedzakaria113 жыл бұрын
Hi, How to install listview on my pc if there is not available on my PC ??????
@VBAA2Z3 жыл бұрын
please refer to this video kzbin.info/www/bejne/h3i9op2LfM19Z7M
@besirozmen37332 жыл бұрын
Hello, thank you so much for this video, I am having a problem and I hope you can help me, when I insert the small icons to control the height of the rows it shows a blank space in the first column, how do I prevent this from happening
@VBAA2Z2 жыл бұрын
You're most welcome. Make sure your source has data or icon is valid image type. Feel free to comment your code here.
@ApprendreavecJADDI2023 Жыл бұрын
How to add and open hyperlink in ListView in VBA EXCEL ??? Can you help me with your sample code, video clip, or training course to solve this problem?
@VBAA2Z Жыл бұрын
this may help - pamaitech.com/add-a-hyperlink-in-a-listview-control-when-an-item-is-clicked/
@ApprendreavecJADDI2023 Жыл бұрын
@@VBAA2Z thank you so much for help me.
@hemantjshah3 жыл бұрын
How to select n focus to a perticular list row in listview?
@VBAA2Z3 жыл бұрын
Hi Hemant, try something like this. ListView1.SetFocus ListView1.ListItems(2).Selected = True ListView1.ListItems(3).EnsureVisible
@levelupexcelskill4 жыл бұрын
Thank you so much for sharing. I have a query . I am unable to format value into USD and another currency it converted only $#,##0.00.Could you please tell us how we format this type of currency. Requesting you to please make a video where we can sort A-Z and Small to Large it is possible to sort data.
@VBAA2Z4 жыл бұрын
What is the format you want to set? For sort it is best to load all data to array and sort it on runtime or sort it from source itself.
@levelupexcelskill4 жыл бұрын
@@VBAA2Z USD
@brenthalbach36452 жыл бұрын
Can you please point me in the direction of how to add data FROM a listview to a database? I have been struggling for a couple days and cannot find anything online to get me going in the right direction. I am trying to add ALL column and row data. The listview has multiple columns and rows that I want to add to the Microsoft Sequel database. I would be very appreciative of your assistance.
@VBAA2Z2 жыл бұрын
This is a good tutorial as far as reading, writing to and from Listview. Once you're able to do that, check this videos to learn how to write to database kzbin.info/www/bejne/bmOskpWNasSgl9E
@brenthalbach36452 жыл бұрын
@@VBAA2Z I am able to read and write to and from database with listview. The problem I have is when I try writing all the items to the database at one time…I only get the first item in the listview to write to db multiple times, same data not the second,third etc row data. I’m sure it has to do with items and su items but just can’t sort it out. I’ve watched all your vids on this, they are great info.
@alessandrolazzarini270 Жыл бұрын
Hi VBA A2Z, could you help me how to verify if no item is selected in a LV?
@VBAA2Z Жыл бұрын
Please try below LV.SelectedItems.Count > 0
@alessandrolazzarini270 Жыл бұрын
@@VBAA2Z Already tried, but LV.SelectedItemS doesn't exist
@lollo47112 жыл бұрын
MS Listview may not be accessible on every client... and Version Number makes it easily incompatible. Or am I wrong?
@VBAA2Z2 жыл бұрын
There could be compatibility issues. Check this video: kzbin.info/www/bejne/h3i9op2LfM19Z7M
@ApprendreavecJADDI2023 Жыл бұрын
How to add and activate control imagelist vba excel in office 365 64 bits in windows 10 64 bits
Hi There!!!, Great vídeos. Quesitos???, Can you send multiple emails from a listview or a listbox of a userform?
@VBAA2Z3 жыл бұрын
Yes you can! check out below for email automation related videos. kzbin.info/aero/PLo0aMPtFIFDprmb4MBozLAdCn3-1cnnDA
@ekilunewmai70332 жыл бұрын
Btw, thank you so much
@VBAA2Z2 жыл бұрын
No problem!
@sefaelmas85014 жыл бұрын
Thanks 🥰
@VBAA2Z4 жыл бұрын
You’re welcome 😊
@alializadeh8195 Жыл бұрын
Thanks
@VBAA2Z Жыл бұрын
you're most welcome!
@coolag743 жыл бұрын
Can you help me with my task?
@VBAA2Z3 жыл бұрын
sure happy to guide you
@byteseq2 жыл бұрын
You should start this video with a HUGE WARNING about how this is useless for 64-bit Office! I have not been able to use ListView for more than 10 years because of this MS Fuckup.
@VBAA2Z2 жыл бұрын
This video is demo on Office 365, 64 Bit Excel. kzbin.info/www/bejne/h3i9op2LfM19Z7M
@limitone95642 жыл бұрын
why do I feel so stupid? :(
@VBAA2Z2 жыл бұрын
Why :) ?
@TSHORYUKEN3 жыл бұрын
Hello , in 16:10 is there a way to add checkbox on a specifix column ? i just add this line : With MENU.ListView2 .CheckBoxes = True .ColumnHeaders(1).position =5 End With Didn't work, only first column work :(
@VBAA2Z3 жыл бұрын
Yes, as discussed in video only first column can hold checkbox however you can move columns to desired location.
@TSHORYUKEN3 жыл бұрын
@@VBAA2Z Thanks, but i think i have a bug : it writes me "position" instead of "Position"...
@VBAA2Z3 жыл бұрын
try and recheck if position itself is name of variable in your project.
@TSHORYUKEN3 жыл бұрын
@@VBAA2Z got it : it was a bug , fixing when i start a new userform and listview 😉