Steve has attended:
Excel VBA Intro Intermediate course
Vba
how do you click on a cell in a workbook and then view data relating to the active cell in an closed workbook located elsewhere on the network?
RE: vba
Hi Steve
Thanks for your question.
Could you clarify your needs for me. In particular, what data is contained in the cell you have clicked in and how is the related data to be identified?
Thanks
Stephen
RE: vba
Thanks for the quick reply. For example, I may have a workbook with a column that contains Sales Order Numbers. There may be another workbook on our network that contains Information relating to manufacturing shortages for Sales Orders. I want to be able to select a Sales Order Number in a cell in the first workbook, and have the second workbook open, subfiltered to show only the shortages for the Sales Order in the selected cell.
Hope this helps