help me
Private Sub UserForm_Initialize()
Call filldata
ListBox1.Font = "Zawgyi-One"
End Sub
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Aug 13, 2013, 3:42 AM
Please find the solution in attached worksheet.
Happy Coding :)
Sunny SharmaPosted Aug 13, 2013, 1:20 AM
I understand that you're trying to add data in ListBox dynamically but I'm not clear on this point-"there are so many data under A1:D1".
I suggest you catch me on FB: https://www.facebook.com/Sunnydelhi
You'll be able to attach files here and I can see them.
Ye HtutPosted Aug 13, 2013, 12:05 AM
Sunny SharmaPosted Aug 12, 2013, 12:55 AM
I'm still getting the same response-"page not found" while trying to download the attachment :(
Ye HtutPosted Aug 11, 2013, 11:01 PM
Sunny SharmaPosted Aug 9, 2013, 7:00 AM
I've attached a sample worksheet with List box Modification sample, check that.
Hope it helps :)
Ye HtutPosted Aug 9, 2013, 4:23 AM
Sunny SharmaPosted Aug 9, 2013, 3:33 AM
Ye HtutPosted Aug 9, 2013, 3:18 AM
Sunny SharmaPosted Aug 9, 2013, 3:09 AM
Ye HtutPosted Aug 9, 2013, 2:57 AM
Sunny SharmaPosted Aug 9, 2013, 1:25 AM
Ye HtutPosted Aug 9, 2013, 1:15 AM
Sunny SharmaPosted Aug 9, 2013, 12:49 AM
You can just use the Properties of List Box. Select the List Box, Hit F4 (shortcut to bring up Properties box), Select the Font property and click ellipsis in right. Modify the font as desired.
Simple as that.