Hi folks,
I am kinda desperate for some help since I am having a hard time manually encoding 200+ excel templates into a masterfile. A colleague of mine suggested that I should try to run a VBA/Macro for it however I can't really understand the language that much.
The situation is I have to retrieve data for some specific fields. I have already found a code to retrieve data of multiple workbooks that were on a fixed cell on all template (example: a specific data that are same for all templates are found on worksheet 1 Cell C44). I found a code online that works all I have to do is to change the range and the path. My problem now is that there is a field wherein it is not fixed/not the same for all templates. The only similarity that they have is that they are all in worksheet 2 and is the last non-blank data of Column F.
I used codes from below link as reference in retrieving the fixed cells. There is also a code there for retrieving the last non-blank data however I think it is only good for 1 workbook/file and not for multiple workbooks/files within a folder/path like the fixed cells ones.
https://msdn.microsoft.com/en-us/li...ultipleWorkbooks_MergingRangefromAllWorkbooks
I really hope you guys could assist or suggest any alternatives to me. Anything would be much appreciated.
Thank you very much!
Sincerely,
Gjoy
P.S. if I failed to explain it clearly do comment it and I'll try to explain better I am not quite sure if it is clear for everyone
I am kinda desperate for some help since I am having a hard time manually encoding 200+ excel templates into a masterfile. A colleague of mine suggested that I should try to run a VBA/Macro for it however I can't really understand the language that much.
The situation is I have to retrieve data for some specific fields. I have already found a code to retrieve data of multiple workbooks that were on a fixed cell on all template (example: a specific data that are same for all templates are found on worksheet 1 Cell C44). I found a code online that works all I have to do is to change the range and the path. My problem now is that there is a field wherein it is not fixed/not the same for all templates. The only similarity that they have is that they are all in worksheet 2 and is the last non-blank data of Column F.
I used codes from below link as reference in retrieving the fixed cells. There is also a code there for retrieving the last non-blank data however I think it is only good for 1 workbook/file and not for multiple workbooks/files within a folder/path like the fixed cells ones.
https://msdn.microsoft.com/en-us/li...ultipleWorkbooks_MergingRangefromAllWorkbooks
I really hope you guys could assist or suggest any alternatives to me. Anything would be much appreciated.
Thank you very much!
Sincerely,
Gjoy
P.S. if I failed to explain it clearly do comment it and I'll try to explain better I am not quite sure if it is clear for everyone