adding +1 to file if name already exists

greegan

Well-known Member
Joined
Nov 18, 2009
Messages
643
Office Version
  1. 365
Platform
  1. Windows
I have the following
ExtractFile = <filename> & " P" & <functiontoretrievecompanynumber> & " D.........
The D should have a 1 after it. If the file exists the macro should automatically add 1 to it (making it D2) and it will go as far as two digits gets me (99?) so I have the rest of the macro, but when i made my notes in class I scribbled some of the instructions. Instead of going back to the instructor I'm coming to you. Can someone give me any suggestions?
Thank you

- g
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Dir("C:\Documents and Settings\" & UserName & "\My Documents\" & ExtractFile & ".xls")
is what i'm using
my first entry identifies the ExtractFile
so i need a way to "grow" the numeric value of "D" if the file exists.
 
Upvote 0

Forum statistics

Threads
1,214,858
Messages
6,121,956
Members
449,057
Latest member
FreeCricketId

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top