Muthu_1436
New Member
- Joined
- Aug 23, 2013
- Messages
- 26
Hi All,
I have list of ID's in excel. In folder there are file which has this ID's. I need to search the folder with this name and open the file.
Can you help me in creating macro for this.
I receive error if one particula ID's is not available in the folder. I want that id to be skipped and open for the nex ID
Workbooks.Open Filename:=pathx & "\" & DateX & "\" & ACNIDX & "_" & DateX & ".xlsb"
I have list of ID's in excel. In folder there are file which has this ID's. I need to search the folder with this name and open the file.
Can you help me in creating macro for this.
I receive error if one particula ID's is not available in the folder. I want that id to be skipped and open for the nex ID
Workbooks.Open Filename:=pathx & "\" & DateX & "\" & ACNIDX & "_" & DateX & ".xlsb"