Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two excel workbooks that sort data by date. I need to send the data
from one to the other each day for reporting. I need to create a macro to look at a different column of data each time it is run. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
zetty
You have to let Excel know what column to do the deed upon. What would distinguish which column is the one to look at each time it is run? Gord Dibben MS Excel MVP On Tue, 6 Feb 2007 15:42:00 -0800, zetty wrote: I have two excel workbooks that sort data by date. I need to send the data from one to the other each day for reporting. I need to create a macro to look at a different column of data each time it is run. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
All columns are headed by date. Can I write an "if" "then" macro that will
ask me what date to transfer? "Gord Dibben" wrote: zetty You have to let Excel know what column to do the deed upon. What would distinguish which column is the one to look at each time it is run? Gord Dibben MS Excel MVP On Tue, 6 Feb 2007 15:42:00 -0800, zetty wrote: I have two excel workbooks that sort data by date. I need to send the data from one to the other each day for reporting. I need to create a macro to look at a different column of data each time it is run. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One option is to select the data first, before you execute the macro. In the
macro, deal with Selection, rather than a hard-coded range. -- Regards, Fred "zetty" wrote in message ... I have two excel workbooks that sort data by date. I need to send the data from one to the other each day for reporting. I need to create a macro to look at a different column of data each time it is run. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Matching Button for MS Excel 2007 or later | Excel Worksheet Functions | |||
sorting 2 colums of numbers and incremening them down | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Import Data Excel Macro | Excel Discussion (Misc queries) | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions |