hi all
is there any way to show excel sheet in vba userform
hi all
is there any way to show excel sheet in vba userform
I believe the closest you can come is like:
![]()
With ListBox1 .ColumnCount = 5 .ColumnWidths = "25;40;40;100;100" .RowSource = ws1.Range("B10:F58").Address End With
I'm interested in starting a career working with VBA, if anyone knows of any opportunities!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks