Using STUDIOX, I want to copy only the rows after today’s date from the Excel table shown below and then copy them to a new Excel file.
(STUDIOX 를 이용하여, 하기와 같은 엑셀 표에서 오늘 날짜 이후 행만 복사 후 새로운 엑셀 파일에 복사 하려고 합니다. )
To do so, it seems necessary to read the date from the system, convert it into a function, read the date part from the Excel table, and then compare the two values.
(그러기 위해서, 뭔가 시스템의 날짜를 읽어와서 함수화 하고, 엑셀의 표에서 날짜 부분을 읽어온 후, 두 값을 비교하는 행위가 필요할 것 같은데, )
I can’t find a way. If anyone knows, I would greatly appreciate it if you could let me know.
(방법을 찾지 못하겠습니다. 혹시 아시는분 알려주시면 대단히 감사 하겠습니다. )