몰랐어.. 인생 헛 살았어.
Monthly Archives: December 2012
각 셀 뒤에 추가글 넣고 아래로 이동
Sub Macro3()
ActiveCell.FormulaR1C1 = ActiveCell.FormulaR1C1 + “추가글”
ActiveCell.Offset(1, 0).Select
End Sub
몰랐어.. 인생 헛 살았어.
Sub Macro3()
ActiveCell.FormulaR1C1 = ActiveCell.FormulaR1C1 + “추가글”
ActiveCell.Offset(1, 0).Select
End Sub