[VB]複製變數至剪貼簿

將文字變數加入剪貼簿

Dim strSelectCommand As String = ""
My.Computer.Clipboard.SetText(strSelectCommand)