You are here ListBox with image and multiple line with BSListBox in BSAC controls

ListBox with image and multiple line with BSListBox in BSAC controls

VBA Programming create  a very beautiful ListBox with images and lines with the BSListBox control in the BSAC controls

In VBA, do it step by step:

Step 1: Create a Userform

Make sure that you have installed Add-in A-Tools or BSAC.ocx activex controls before performing Step 2

Step 2: Click on the Userform, view the "Toolbox"  window, right click on the "Controls" tab => "Import Page", select the "ImportToToolbox.pag" file (Download)

 (Only do Step 2 if you do not see the BSAC controls on the Toolbox window)

Step 3: Edit table with data with associated image file (watch video)

Step 4: Drag the controls to the Userform: BSListBox, BSImageList, BSTaskPaneX

Step 5: Right click on the Userform => View Code. Now you have the widow to edit the code. Copy the code below :
 
'-------BEGIN COPY
'Author: Nguyen Duy Tuan - http://bluesofts.net - http://atoolspro.com
'Update code later
'-------END COPY

Download source code