Hi,
I am looking for a workaround to get this working in 64 Bit Excel.
Is there a way to do it. Documentation suggests that the dlls aren't available. But is there a workaround that can help me achieve this?
Hi,
I am looking for a workaround to get this working in 64 Bit Excel.
Is there a way to do it. Documentation suggests that the dlls aren't available. But is there a workaround that can help me achieve this?
Cheers!
Deep Dave
Se interessa ancora, Ok si può fare con Excel 2016 64 Bit.
Ciao
Grazie per la risposta.
Puoi guidarmi come? Preferibilmente in inglese?
Cheers!
Deep
ListView will not work on 64 bit. Just replace it with ListBox control.
ActiveX controls that's not packaged with Excel should be avoided for the most part. Most will not work in 64 bit environment.
"Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
― Robert A. Heinlein
Hi,
Thank you for the reply..
I will try it out and revert
@CK76
Hi,
Would you know of a way where we can populate a 2D listobject in the ListBox Control??
I'm not sure what you mean by 2D listobject in ListBox.
Can you upload sample workbook demonstrating/illustrating your need?
Hi,
Thanks for the reply..
I am sorry I was a bit unclear..
I have a 3 Column by few rows of data that has Name, Contact & Address.
All I want to do is populate the array in the Listbox. Can this be done?
Yes - just assign it to the List property.
Everyone who confuses correlation and causation ends up dead.
Note: Don't forget to set .ColumnCount property of ListBox to appropriate number. Otherwise, you'll only see first column in the box.
Ex:
![]()
Please Login or Register to view this content.
Hi rorya & CK76,
Thanks for the help.. That worked perfectly as required.
Just 1 last question, suppose the data contains Headers, is there a way we can freeze the 1st row (Headers) in the Listbox?
Use labels to show the headers
see attached
Hi!
Thank you for the reply.. However, when I scroll the column, the Headers stay still..
I am looking for something more robust.
So are you looking for headers to be displayed or the topmost entry visible in the listbox when scrolled?????
You can only get real headers using a worksheet range. Failing that you could put another Listbox above it and synchronise the scrolling with code.
Or labels if you don't need horizontal scrolling - you just make them the same width as your column widths: see https://www.excelforum.com/tips-and-...e-listbox.html
I assumed that's what nigelog did, but confess I didn't actually look.
I somehow missed about have the posts in this threadhaha so nigelog probably did
@NeedForExcel
As others have stated, there is no way to include header in listbox without using rowsource. If you are able to... use row source to fill listbox from worksheet range.
If that's not feasible (often isn't for code efficiency etc)... then you can add labels, or just add single row lisbox with same dimension on top of your lisbox to serve as a header.
Do note, there isn't any event available for scrolling on listbox, so you'll either have to manually adjust or fit all columns into listbox.
Is there really no way to get listviews to work on win10 box? What about upgrading to full visual basic? Does that at least give access to a comparable control?
Nope, not that’s accessible in a vba userform
What about the Listgrid control listed about halfway down the page at https://jkp-ads.com/Articles/treeview.asp
?
It's not free but I have no idea how much it costs.
Hi,
Thanks all for the replies.. I am sorry for the late reply, I was away from the forum for a while..
Using labels does not look particularly good, and I needed it for a Dashboard which was supposed to look all pretty, so I might try and figure out something else..
Cheers!
What about running a 32 bit virtual machine? Google search shows that it's possible to create a 32 bit virtual machine on a 64 bit machine but it's not clear to me if this would actually work. And I have zero experience with virtual machines.
If it means extra software and $$, that's ok.
Ummmmmm...
Am I confused or has this been fixed? Seems I can run dialogs with listviews in them on my windows 10 box. Files I couldn't use 6 months ago suddenly work fine.
???
Probably bit confused. Win 10 64 bit is different from Excel 32 bit / 64 bit.
Excel/Office 64 bit, will not be able to run Listview. While Win 10 64 bit with Excel 32 bit install will be able to.
As it turns out, we were running 32 office on 64 bit machines. At install, listview and some other features didn't work. After forcing updates and rebooting a few times, they work fine. Was reminded recently when another computer was upgraded to win10 and many files stopped working. Forced update and everything was fine.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks