Skip to content

Instantly share code, notes, and snippets.

View johngrib's full-sized avatar
🌈
Focusing

JohnGrib johngrib

🌈
Focusing
View GitHub Profile
Sub exe()
Dim i As Integer
Dim j As Integer
Dim lastRow As Integer
Dim cUp As Double
Dim cDown As Double
lastRow = 8 ' 자료가 있는 마지막 행의 숫자를 적습니다.
"""
Marks an element of a GraphQL schema as only available via a preview header
"""
directive @preview(
"""
The identifier of the API preview that toggles this field.
"""
toggledBy: String!
) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION