View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
x6v87qe x6v87qe is offline
external usenet poster
 
Posts: 9
Default Macro need to update the workbook

Thanks Dave~!
Actually, the "updated" file is an export from an access query, which holds
the latest equipments status info. The "Live" file is just another worksheet
in regards those equipments. what I thought is: equipments status
query---"updated" xls---"Live" xls
Maybe I can just use the query to update the equipment info, Can I ?
any better options?

Cheers

"Dave Peterson" wrote:

You've made yourself clear, but excel isn't really good at doing this kind of
thing.

You may want to consider putting the data in one worksheet, add a indicator
column (Live or not-Live), then use data|filter|autofilter to show the data you
want.



x6v87qe wrote:

Hi, All

Basically, I have two workbooks and each of them contains a single worksheet.
The first worksheet namely âœUpdated❠has 8 columns, while the other
worksheet âœLive❠has 16 columns (8 of them are same with âœUpdateâ, rest are
different).
However, both of them have a same indicate column âœEquipment IDâ.

What I need is to use the âœUpdated❠sheet to update the âœLive❠one. That is
whenever, thereâs a change in the âœEquipment ID❠of âœUpdate❠I need the
changes .including all other 8 columns, to be reflected on the âœLive❠sheet,
no matter itâs an addition, deletion or just change of value.

Did I make myself clear?

Thanks


--

Dave Peterson