Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to add data from a file of which the content changes every day, into
an other file in which a database is allready implanted. To go short, how can I insert data from a collum beneath the allready available data? For now I use this code: Windows("Bron.xls").Activate Range("A2:A109").Select Selection.Copy Windows("Kostenbeheerssysteem Vorm I 3 februari 2005.xls").Activate Range("C27:C134").Select ActiveSheet.Paste Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding AND, OR to excisting INDEX formula | Excel Discussion (Misc queries) | |||
insert an extra row or collum | Excel Discussion (Misc queries) | |||
Find excisting values, make them grouped under the new value | Excel Discussion (Misc queries) | |||
Filter data from one collum by looking up from another column | New Users to Excel | |||
return a collum heading | Excel Worksheet Functions |