![]() |
Lookup from External Reference File
I have a file I use for reference in generating the headings for my excel
reports. The reference file is currently in excel, but it as easily be in Access. The data contains the project number (used for lookup), description, etc. I create several report workbooks for a given project, several of which contain multiple sheets. I would like to be able to use the reference file to insert several pieces of project info into the individual reports. I have searched the threads and cannot find anything that works. This ROOKIE needs some direction. Thanks -- VBA Rookie |
Lookup from External Reference File
worksheets("Report1").Range("B9").Value =
Worksheets("ProjectInfo").Range("F11").value -- Regards, Tom Ogilvy "Bruce" wrote in message ... I have a file I use for reference in generating the headings for my excel reports. The reference file is currently in excel, but it as easily be in Access. The data contains the project number (used for lookup), description, etc. I create several report workbooks for a given project, several of which contain multiple sheets. I would like to be able to use the reference file to insert several pieces of project info into the individual reports. I have searched the threads and cannot find anything that works. This ROOKIE needs some direction. Thanks -- VBA Rookie |
All times are GMT +1. The time now is 10:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com