HI
Hope i explain this correct.
I have a macro that will look in a folder for a name based on cell info in(E8) ie name of smith. when it fines the file it opens up . all works ok.
But what i want to do is , if the file name dont excist i want it open a blank template called "Blank" and save the file name based on the name in (E8)
this is the code i use at the moment
![]()
Workbooks.Open Filename:="S:\Administration\Administration\000 Taxi Requests 000\" & Range("e8") & ".xlsm"
Bookmarks