현재 excel 을 이용하여 set range color 를 쓸려고 하는데요 get color 를 이용해 output 을 보니
color [A=숫자 R=숫자 G=숫자 B=숫자] 이런식으로 출력 되어 나옵니다 get color output 변수를 set range color 에 input 으로 넣으니 실행만 되고 색은 변하지 않았습니다
여기서 궁금한것은 색이 왜 바뀌지 않았는가 그리고
Assign 활동에 color 변수를 그냥 따로 만들어
color [A=숫자 R=숫자 G=숫자 B=숫자] 를 넣는 방법이 있을까요?
Hi @Hyun
Based on the color variable you can give the Color variable and set the value as System.Drawing.Red etc
Thanks
Ashwin S
1 Like
GetColorSetColorExcel.xaml (6.2 KB) DataIn.xlsx (10.2 KB)
A1 셀에서 색상을 얻습니다.
sheet1에서 색상 범위 A6 : C9를 설정하십시오.
한번 봐주세요…!
감사!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.