View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] amorrison2006@googlemail.com is offline
external usenet poster
 
Posts: 36
Default Open a specific workbook...find value from other open workbook and then insert cells values in cell next to it.

Hi

I have a fantastic macro which Ron De Bruin helped with with. An
absolute star. What I want to be able to is just before the macro
closes the open workbooks I want it to open another workbook in a
specific location and then look down Column A for the value in cell D6
sheet name "Products" and then enter the date in the cell next to what
it found and then the name of the user in the one next to that,

Is this possible?

I hope this makes sense,

Essentially I want to record in another sheet when this the task has
been processed. The value in D6 for each of my workbooks is different
hence I think using the find function would work a treat but I just
don't know how to use it,

Any help is appreciated,

Thanks

Andrea