-
[비공개] 엑셀 VBA #49 / New Collection_버블정렬의 콜라보 ..
엑셀 VBA #49 / New Collection_버블정렬의 콜라보 [VBA] Dim nc As New Collection Dim rng As Range, c As Range Dim a() As Variant Dim i As Long Set rng = Range("A1", Cells(Rows.Count, "A").End(xlUp)) '---------------------------- '고유목록 추출 '-------------------------..추천 -
[비공개] 엑셀 VBA #49 / New Collection_버블정렬의 콜라보 ..
엑셀 VBA #49 / New Collection_버블정렬의 콜라보 [VBA] Dim nc As New Collection DimrngAsRange,cAsRange Dima()AsVariant DimiAsLong Setrng=Range("A1",Cells(Rows.Count,&nbs..추천 -
[비공개] 엑셀 VBA #48 / 중복데이터 처리_2 [VBA] - 신규항목 추출
엑셀 VBA #48 / 중복데이터 처리_2 [VBA] - 신규항목 추출 Dim ro As Range, rc As Range Set ro = Range("A2", Range("A2").End(xlDown)) Set rc = Range("D2", Cells(Rows.Count, "D").End(xlUp)) For Each c In rc If Application.CountIf(ro, c) = 0 Then c.Resize(, 2).Copy Cells(R..추천 -
[비공개] 엑셀 VBA #48 / 중복데이터 처리_2 [VBA] - 신규항목 추출
엑셀VBA#48/중복데이터처리_2[VBA]-신규항목추출 DimroAsRange,rcAsRange Setro=Range("A2",Range("A2").End(xlDown)) Setrc=Range("D2",Ce..추천 -
[비공개] 엑셀 VBA #47 / 중복데이터 처리_1 [VBA]- Removed..
엑셀 VBA #47 / 중복데이터 처리_1 [VBA] 중복데이터 처리 방법 1. Removeduplicates 영역.RemoveDuplicates 중복제거할 열표시, Header포함여부 cf, 중복제거 기준 열이 2이상 일 경우?????? 영역. RemoveDuplicates (array(1,2,...)), Header포함여부 2. 고급필터 3. New Collection 1. Removeduplicaste Sub 중복데이터_removeduplica..추천 -
[비공개] 엑셀 VBA #47 / 중복데이터 처리_1 [VBA]- Removed..
엑셀VBA#47/중복데이터처리_1[VBA] 중복데이터처리방법 1. Removeduplicates 영역.RemoveDuplicates중복제거할열표시,Header포함여부 cf, 중복제거 기준 열이 2이상 일 경우?????? 영역. RemoveD..추천 -
[비공개] 엑셀 VBA #46 / Replace 메서드 [VBA] - 유령문자
엑셀 VBA #46 / Replace 메서드 [VBA] - 유령문자.... - Dim rng as range Dim lT Dim e Set rng =range("A1").CurrentRegion lT = Array(ChrW(160),ChrW(13),ChrW(10)) For Each E In lT rng.Replace e, "" Next End Sub https://www.youtube.com/watch?v=LOBxQDDsoIY&list=PLfxvqp..추천 -
[비공개] 엑셀 VBA #46 / Replace 메서드 [VBA] - 유령문자
엑셀VBA#46/Replace메서드[VBA] -유령문자.... - Dimrngasrange DimlT Dime Setrng=range("A1").CurrentRegion lT=Array(ChrW(160),ChrW(13),ChrW(10)) ForEachE..추천 -
[비공개] 엑셀 VBA #45 / Find메서드_변형3 [VBA] - 중복표시
엑셀 VBA #45 / Find메서드_변형3 [VBA] Dim sh8 As Worksheet, sh7 As Worksheet Dim rng As Range, cf As Range Dim ad As String Set sh8 = Sheets("2018") Set sh7 = Sheets("2017") Set rng = sh7.Range("B3", sh7.Cells(Rows.Count, "B").End(xlUp)) 'Cells(Rows.Count,"B"..추천 -
[비공개] 엑셀 VBA #45 / Find메서드_변형3 [VBA] - 중복표시
엑셀VBA#45/Find메서드_변형3[VBA] Dim sh8 As Worksheet, sh7 As Worksheet DimrngAsRange,cfAsRange DimadAsString Setsh8=Sheets("2018") Setsh7=Sh..추천