Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
I figured it was something simple but I'm pretty green to this aspect of Excel Paul "Michael" wrote: Change ActiveSheet.Previous.Select to Sheets("Link").select "Paul LeBlanc" wrote: I have recorded a simple macro and want to specify that it always pastes into the sheet named 'Link' here is my current code Sub McrUpdateLink() ' ' McrUpdateLink Macro ' Macro recorded 06/15/2006 ' ' Cells.Select Selection.Copy ActiveSheet.Previous.Select Cells.Select Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Application.CutCopyMode = False Range("A2").Select ActiveSheet.Next.Select Range("H2").Select End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to automatically paste cells from one sheet to another sheet? | Excel Discussion (Misc queries) | |||
Alternate Row Select in Sheet 1 then Paste to Sheet 2 | Excel Worksheet Functions | |||
Copy from one Sheet and paste on another sheet based on condition | Excel Discussion (Misc queries) | |||
Active Cell Copy And Paste Sheet to Sheet | New Users to Excel | |||
automatic copy and paste from sheet to sheet in a workbook | Excel Programming |