paste1 VBA SELENIUM 복사 & 붙여넣기 엑셀 Range("K9:N" & lr) 의 자료를 클립보드에 복사 한 후, 웹사이트 ID "wmd-input" 에 붙여넣기 Sub Test() Dim obj As New WebDriver Dim Keys As New Selenium.Keys Dim rng As Range Set rng = Nothing lr = Range("K" & Application.Rows.Count).End(xlUp).Row Set rng = Range("K9:N" & lr).SpecialCells(xlCellTypeVisible) obj.Start "chrome", "" obj.Get "https://stackoverflow.com/questions/29348045/copy-from-excel-to-browser/" obj.Se.. 2023. 11. 2. 이전 1 다음