我還以為有人看懂題目,
這比寫VBA還困難。
找到這個,但不是想要的效果
Sub test()
'Updateby Extendoffice 20160616
Dim xCount As Integer
LableNumber:
xCount = Application.InputBox("Number of Rows", "Kutools for Excel", , , , , , 1)
If xCount < 1 Then
MsgBox "the entered number of rows is error, please enter again", vbInformation, "Kutools for Excel"
GoTo LableNumber
End If
ActiveCell.EntireRow.Copy
Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(xCount, 0)).EntireRow.Insert Shift:=xlDown
Application.CutCopyMode = False
End Sub
說的也是,
這題目真的很難...
請教來杯拿鐵大大,題目如何寫,才給更多人參與建設分享,謝謝!
謝謝來杯拿鐵大大指教!
G至J欄,當K欄(間距)的絕對值小於儲存格M4及大於儲存格L4,都自動向下加插行數
簡化後
IF( M4 < |K欄| < L4 )then
向下插入一列
後面就看不懂,
遞增和遞減是互斥的,
判斷條件要說清楚。
謝謝來杯拿鐵大大指教
感謝准提部林版大幫忙,已經成功了
http://forum.twbts.com/viewthread.php?tid=21929&extra=pageD1&page=2