問題タブ [vba7]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
77 参照

excel - check the oval shape position vba

Dears;

I would like to thank you for your support. I'm in writing VBA macro to draw and color the shapes, I've got to step when I need to draw the shapes based on another position shapes, for that I need to know how I can know the shape position by its name thank you in advance

0 投票する
1 に答える
46 参照

vba - あるシートから別のシートへの列データを検索し、対応する行データを最初のシートに貼り付ける VBA コード

私は VBA を初めて使用し、問題の解決策を見つけることができません。データを含む 2 つのワークブックがあります。ワークブック1には名前列Aがあります.ワークブック2には名前列Aと列BからDの他のデータもあります.ワークブック1の列Aでワークブック2の列Aから名前を検索する必要があり、名前が一致する場合は対応する行を workbook1 に貼り付けます。また、workbook2 には同じ名前のエントリが複数存在する可能性があることに注意してください。その場合、これらの行の値を連結して workbook1 に貼り付ける必要があります。

助けてください

Dim AVals As New Dictionary Dim k As Long, j As Long, lastRow1 As Long, lastRow2 As Long Dim sh_1, sh_3 As Worksheet Dim MyName As String Dim tmpCollection As Collection Set sh_1 = Sheets("snipe-sample-assets blank") Dimバリアントとしてのキー