블로그
- [신소재공학과 조병진 교수] 세계 최초 칩 단위 콜드 소스 트랜지스터 구현 교수님께서는 피인용 지수(Impact Factor, IF) 26.8, 학문 분야별 IF 상위 2.1%에 해당하는 국제 저명 학술지 Advanced Materials에 ‘Chip-Scale Graphene/IGZO Cold Source FET Array Enabling Sub-60 mV dec−1 Super-Steep Subthreshold Swing’이라는 제목의
- FIDIC Silver Book 2017 13.7 Adjustments for Changes in Cost 조항의 핵심 메커니즘 (기본 원칙) "원칙적 불포함, 특약 선택 시에만 적용" If there are no schedule(s) of cost indexation in the Particular Conditions, this Sub-Clause shall not apply.
- [Segment Routing] OSPF Header (RFC8665) SID/Label Sub-TLV OSPF는 TLV를 원래 지원하지 않았다. If the length is set to 4, then the value represents a 32-bit SID. 2.
- 엑셀로 IP 정렬하기 - 32비트/64비트 혼합 결과 VBA 코드 전체 1) Alt + F11 → VBA 편집기 열기 2) 상단 메뉴 → [삽입] → [모듈] 3) 아래 코드를 그대로 붙여넣으세요 Option Explicit Sub Application.Transpose(rng.Value) ' 공백/빈 셀 제거하여 깔끔한 1차원 문자열 배열로 재구성 For i = LBound(arr) To UBound(arr) If
- 폴더내 파일 모두 통합2 Option Explicit Sub fileintegration() Dim filePath As String Dim sePer As String Dim fileSpec As String Exit Sub E.......
- 작업종료 If MsgBox("정말로 이 작업을 종료하시겠습니까", vbYesNo) = vbYes Then ThisWorkbook.Close Else Exit Sub End If
- Sheet2 A열과 B열의 각 행을 비교하여 다른 것은 문자의 바탕을 적색으로 표시 하는 매크로 Sub CompareAndHighlight() Dim ws As Worksheet Dim lastRow As Long Dim i As Long ' Set the worksheet Set xlUp).Row ' Loop through each row For i = 2 To lastRow ' Assuming you have headers in the first row If
- [VBA TIP]두 열을 비교하여 없는 것은 적색으로 표기 Then found = True Exit For End If Next j If Not found Then Cells(i, 1).Font.Color = RGB(255, 0, 0) ' 적색으로 표시 End If Next i End Su.......
- [VBA TIP]B열의 문자값을 A행 홀수 아래에 각각 삽입 B열 제거 odd-row character values from column B below odd-numbered rows of A, delete column B when all done Macro Sub there are any remaining values in column B If i
- 엑셀 셀서식 정리 메크로 Sub 셀스타일삭제() Dim 스타일 As Style Dim 개수 As Long For Each 스타일 In ActiveWorkbook.Styles If 스타일.BuiltIn = False Then On Error Resume Next 스타일.Delete 개수 = 개수 + 1 On Error GoTo 0 End If Next MsgBox 개수 & "개의 불필요한
1 페이지
다음 →