Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームウィッチは電卓です電卓の答えをform2に投稿したいボタンをクリックすると、次のフォームが表示されますが、値を投稿できません
Private Sub cmdpost_Click() Me.TXTnumber.Copy UserForm2.Show UserForm2.TextBox3.Paste Me.Hide End Sub
これらをコピーして貼り付ける理由はありますか?
TXTnumber が名前付きテキストボックスの場合、これは機能しませんか?
UserForm2.TextBox3 = Me.TXTnumber UserForm2.Show