Delete and Rename a file using VBA

 Delete and Rename a file In VBA macro Excel




  • To Delete a file using VBA script use Kill and a file name.
          Kill "Filename.txt"

  • To Rename a file use Name keyword and old file name and a new File name.
          Name "Old" As "New"

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Spring Elasticsearch Operations

Hibernate Search - Elasticsearch with JSON manipulation