Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a macro that copies data from another sheet, the problem i have is
when ever i use the macro it puts the data into the same place every time What i would like is the macro to start from the next available blank cell in cloumn A My Simple macro looks like below Is there some code i need to add to the front Sub Macro2() ' ' Macro2 Macro ' ' Sheets("Pilot Valve Material").Select Range("A2:H50").Select Selection.Copy Sheets("Stock Transactions").Select Range("A1597").Select ActiveSheet.Paste ActiveWindow.SmallScroll Down:=48 Range("A1645").Select Application.CutCopyMode = False Application.Run "'Test Macro - Stock Transactions.xlsm'!Macro2" ActiveWindow.SmallScroll Down:=-42 Range("A1597").Select Application.Goto Reference:="Macro2" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need help to update macro to office 2007 macro enabled workbook | Excel Discussion (Misc queries) | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
using a cell value to control a counter inside a macro and displaying macro value | Excel Worksheet Functions | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |