S
Stanley Braverman
Can I add a DIM line for this macro?
It seems I need to access the complete sheet. If I have to many cells it
will not work correctly. With fewer cells it works fine
Sub Cell_Down()
'
' Cell_Down Macro
' Macro recorded 2/25/2009 by Windows User
'
' Keyboard Shortcut: Ctrl+d
'
Selection.Insert Shift:=xlDown
End Sub
It seems I need to access the complete sheet. If I have to many cells it
will not work correctly. With fewer cells it works fine
Sub Cell_Down()
'
' Cell_Down Macro
' Macro recorded 2/25/2009 by Windows User
'
' Keyboard Shortcut: Ctrl+d
'
Selection.Insert Shift:=xlDown
End Sub