Re: $$Excel-Macros$$ Opening only file in folder

2013-09-04 Thread Anoop K Sharma
Replace your code with below one openFile = Application.GetOpenFilename Workbooks.Open (openFile) On Wed, Sep 4, 2013 at 9:39 PM, ashish koul wrote: > are thr multiple files in the folder > > > On Wed, Sep 4, 2013 at 1:39 PM, Jorge Marques wrote: > >> Hi guys, >> >> I have this macro to open a

Re: $$Excel-Macros$$ Opening only file in folder

2013-09-04 Thread ashish koul
are thr multiple files in the folder On Wed, Sep 4, 2013 at 1:39 PM, Jorge Marques wrote: > Hi guys, > > I have this macro to open a excel file in a specific folder, I now want to > do the same in another folder, but the problem is that the file is always > changing name. > > Set oWSHShell = Cr