¾È³çÇϼ¼¿ä.
¸ÅÅ©·Î ÄÚµå Áß FOR ~ NEXT ¹® »çÀÌ¿¡
IF ~ THEN ¹®¿¡¼ ENDIF°¡ ´©¶ôµÅ¼ ³ª¿À´Â ¿À·ùÀÔ´Ï´Ù.
If intcol = 5 Then introw = introw + 9 ActiveSheet.Range("2:10").Copy ActiveSheet.Cells(introw - 1, 1).Select Selection.PasteSpecial Paste:=xlPasteFormats intcount = intcount + 1 End If If intcount Mod 6 = 0 Then ActiveWindow.SelectedSheets.HPageBreaks.Add before:=ActiveCell End If
À§ÀÇ »¡°»ö ºÎºÐÀ» »ðÀÔÇÏ½Ã¸é µË´Ï´Ù.
|