Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
my database manages service calls, it already add six months to a Service
date.What i need it to do is copy the information from that row and paste it to a new row (based on the date) which may be between other rows already present ie. Date Serviced Company Next Ser Date 10/02/05 acme Ltd 10/08/05 Database: Date Due Company 09/08/05 Collus Ltd 11/08/05 Dillo Ltd Please help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use
res = application.Match(clng(datetoadd),RangeofDates,1) to find the row in the RangeofDates range This is the worksheetfunction Match, so see Excel Help on Match for specifics. -- Regards, Tom Ogilvy "Geoff" wrote in message ... my database manages service calls, it already add six months to a Service date.What i need it to do is copy the information from that row and paste it to a new row (based on the date) which may be between other rows already present ie. Date Serviced Company Next Ser Date 10/02/05 acme Ltd 10/08/05 Database: Date Due Company 09/08/05 Collus Ltd 11/08/05 Dillo Ltd Please help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert new row automatically | Excel Discussion (Misc queries) | |||
Insert New Row Automatically | Excel Discussion (Misc queries) | |||
Automatically insert row | Excel Discussion (Misc queries) | |||
Automatically insert time in excel but not automatically updated | Excel Worksheet Functions | |||
automatically insert a row | Excel Worksheet Functions |