Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am trying to get this macro to paste the data into a blank row on another sheet any ideas? Private Sub SUBMIT_Click() Application.ScreenUpdating = False Sheets("LOG TASK").Select Range("b1:b10").Select Selection.Copy Sheets("TASKS TO DO").Select Range("A1").End(xlDown)(2).Select Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fixing the date format in a macro or VBA | Excel Worksheet Functions | |||
Fixing a vlookup macro that returns #N/A error | Excel Discussion (Misc queries) | |||
Fixing SSN's with a macro | Excel Programming | |||
Fixing a Macro-related Crash in Excel | Excel Programming | |||
Help Fixing Coloring Macro | Excel Programming |