Excel VBA for opening a file with changing in the file name every month -


i want vba code open file name changing every month

chdir "s:\credit_risk\mis\consolidated customer profile macro\securities"  workbooks.open filename:= _     "s:\credit_risk\mis\consolidated customer profile macro\securities\enterprise  pending cases @ end of oct.2016.xls" 

any 1 can help

workbooks.open filename:= _ "s:\credit_risk\mis\consolidated customer profile macro\securities\enterprise  pending cases @ end of " & format(date, "mmm.yyyy") & ".xls" 

Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -