Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that cuts and pastes info to another
column. I want to make it so that whenever i do this it pastes the data in the next empty cell, right now it overwrites. How do i make it "look" for next empty cell? here is what i have Sub Macro1() ' ' Macro1 Macro ' ' Keyboard Shortcut: Ctrl+d ' Columns("A:A").Select Selection.Cut Columns("M:M").Select ActiveSheet.Paste ActiveWorkbook.Save Application.Run Range("AUTOSAVE.XLA!mcs02.OnTime") End Sub Thanks Dean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Yet another macro question | Excel Discussion (Misc queries) | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
Macro question | Excel Discussion (Misc queries) | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | Excel Programming |