hara
주석 본문
문장앞에 ' 를 붙이면 주석됨
Sub hello()
'시트1에 A1~A100까지 hello로 채우기
시트1.Range("A1:A100").Value = "hello"
End Sub
Comments
문장앞에 ' 를 붙이면 주석됨
Sub hello()
'시트1에 A1~A100까지 hello로 채우기
시트1.Range("A1:A100").Value = "hello"
End Sub