Tools/Excel (2) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ [Excel] VBA ์ ๋ฆฌ https://mainia.tistory.com/5533 ์์ VBA ์ํธ ๋๋ธํด๋ฆญ ์ด๋ฒคํธ๋ก ์ ์ ๋ฐฐ๊ฒฝ์ ๋ณ๊ฒฝํ๊ธฐ VBA ์์๋ ์ํธ์ ๊ด๋ จ๋ ์ด๋ฒคํธ๊ฐ ์ด๋ฏธ ์ค๋น๋์ด ์์ต๋๋ค. ์ฌ์ฉ์๋ ๋ช ๋ฒ์ ํด๋ฆญ์ผ๋ก ์ํธ์์ ์ผ์ด๋๋ ์ด๋ฒคํธ๋ฅผ ๊ฐ๋ก์ฑ์ ์์ ์ด ์ํ๋ ๊ธฐ๋ฅ์ ๊ตฌํํ ์ ์์ต๋๋ค. ๊ทธ ์ค ํ๋๊ฐ ์ ์ ๋ง mainia.tistory.com Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Target.Interior.Color = vbRed Then Target.Interior.Color = xlNone Else Target.Interior.Color = vbRed End If Cancel = True E.. [Excel] VBA ๋งคํฌ๋ก ํฌ๋กค๋ง ๋ง๋ค๊ธฐ Selenium Basic ์ค์น https://github.com/florentbr/SeleniumBasic/releases Releases · florentbr/SeleniumBasic A Selenium based browser automation framework for VB.Net, VBA and VBScript - florentbr/SeleniumBasic github.com ํฌ๋กฌ ์ฌ์ฉํ ๊บผ๋ผ์ ๋ธ๋ผ์ฐ์ ๋ WebDriver for Chrome๋ง ์ ํํ์ด์ ์ด ๊ฒฝ๋ก์ ํฌ๋กฌ ๋๋ผ์ด๋ฒ ์ค์นํ๊ฑฐ ๋ฃ์๊ฒ๋๋ค. ํฌ๋กฌ ๋๋ผ์ด๋ฒ ์ค์น https://chromedriver.chromium.org/downloads ChromeDriver - WebDriver for Chrome - Downloads Current .. ์ด์ 1 ๋ค์ ํฐ์คํ ๋ฆฌํด๋ฐ Developer๐ค๊ตฌ๋ ํ๊ธฐ