Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code to get information copied from one sheet to another
What i would like to happen is the cell i highlight and then press the macro button the information is copied to to that position, and not to keep defaulting to the one shown in the macro Is there a peice of code i need to add to overcome this, any help you can give will be much appreciated Sheets("Pilot Valve Material").Select Range("A2:B53").Select Selection.Copy Sheets("Stock Transactions").Select Range("A1597").Select ActiveSheet.Paste ActiveWindow.SmallScroll Down:=27 Sheets("Pilot Valve Material").Select Range("C2:C53").Select Application.CutCopyMode = False Selection.Copy Sheets("Stock Transactions").Select Range("C1597").Select ActiveSheet.Paste Sheets("Pilot Valve Material").Select Range("D2:E53").Select Application.CutCopyMode = False Selection.Copy Sheets("Stock Transactions").Select Range("D1597").Select ActiveSheet.Paste End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding area codes only to phone numbers missing an area code | Excel Discussion (Misc queries) | |||
Missing Macro | Excel Worksheet Functions | |||
Missing a command in this macro | Excel Worksheet Functions | |||
code to fill in missing border lines | Excel Discussion (Misc queries) | |||
Assign to macro missing | Excel Discussion (Misc queries) |