오랜만에 들어가 봤더니 PRO를 비영리로 사용할 수 있다는 글이 올라와 있다. https://docs.xlwings.org/en/stable/pro.html 개인 사용자로 라이센스 업데이트를 한다 xlwings를 설치해 두고선 오랫동안 사용하지 않았다. PRO 라이센스를 받으면서 보니 0.26버전 이상이여야 하는데 0.24.9버전을 사용하고 있다. 설치 : pip install xlwings conda install xlwings 업데이트 : pip install --upgrade xlwings conda update -c conda-forge xlwings 추가적으로 PRO는 아래 패키지가 필요하다 xlwings PRO functionality requires additionally the crypt..
버튼을 누를 때 마다 표시되는 문구가 달라지는 매크로 버튼 하나로 단계적 절차를 표현할 때 활용가능 Sub Calculate() Application.ScreenUpdating = False With ActiveSheet.Buttons(Application.Caller) If .Caption = "Sum" Then Cells(12, 1).Value = "=R[-2]C+R[-1]C" Cells(12, 2).Value = "=R[-2]C+R[-1]C" Cells(12, 3).Value = "=R[-2]C+R[-1]C" Cells(9, 1).Value = .Caption .Caption = "subtract" ElseIf .Caption = "subtract" Then Cells(12, 1).Value = "..
* 링크 못 찾음Thus, I was thinking that there should be a fast way to calculate the first few numbers with System.Collections.ArrayList as far as I have written about a helper to sort arrays and range sorter. So, as far as it can be obviously solved with a N^2 complexity algorithm it is quite easy to be done: Public Sub TaxiCabNumber() Dim a As Long Dim b As Long Dim ..