2021-02-24

〔VBA〕寫入多欄ListBox資料--v052

   

【寫入多欄ListBox資料】

    
With ListBox1
    .AddItem "第一欄資料"
    .List(.ListCount - 1, 1) = "第二欄資料"
End With

相關課程:


章老師的電腦小講堂 https://www.facebook.com/ScenicSchool/
※※ 本區做為經常使用之程式碼複製區,提問請至小講堂唷 ※※

5 章老師的電腦小講堂: 〔VBA〕寫入多欄ListBox資料--v052     【寫入多欄ListBox資料】      With ListBox1     .AddItem "第一欄資料"     .List(.ListCount - 1, 1) = "第二欄資料" End With 相關課程: 章老師的電腦...
< >
小講堂經過多次搬移,舊文章連結及內容較難整理~
大家可以新文章為主~
每篇文章後有代碼,任何文章問題可至FB小講堂用代碼提問唷~