|
Back to: Excel VBA . Got any Excel/VBA Questions? Free Excel Help
This UDF will return True Or False depending on whether the specified
Excel Workbook exists or not.
The VBA Code
Function WorkBookExist(FilePathName As String) As Boolean Dim strCheck As String ''''''''''''''''''''''''''''''' 'Written by www.Ozgrid.com 'Test to see if a Workbook exists '''''''''''''''''''''''''''''''' strCheck = Dir(FilePathName) WorkBookExist = Not strCheck = vbNullString End Function
To use this UDF push Alt+F11 and go Insert>Module
and paste in the code. Push Alt+Q and save. The Function will appear
under "User Defined" in the Paste Function dialog box (Shift+F3).
Enter the function like this.
=WorkBookExist("C:\OzGrid Likom\Testings\Book2.xls")
=IF(WorkBookExist("C:\OzGrid Likom\Testings\Book2.xls"), "Do True Statement","Else Do False Statement")
Where you replace Do True Statement with the Excel Function to perform if True and Else Do False Statement with the Excel Function to perform if False.
Excel Dashboard Reports & Excel Dashboard Charts 50% Off Become an ExcelUser Affiliate & Earn Money
Special! Free Choice of Complete Excel Training Course OR Excel Add-ins Collection on all purchases totaling over $64.00. ALL purchases totaling over $150.00 gets you BOTH! Purchases MUST be made via this site. Send payment proof to [email protected] 31 days after purchase date.
Instant Download and Money Back Guarantee on Most Software
Excel Trader Package Technical Analysis in Excel With $139.00 of FREE software!
Microsoft � and Microsoft Excel � are registered trademarks of Microsoft Corporation. OzGrid is in no way associated with Microsoft
Some of our more popular products are below...
Convert Excel Spreadsheets To Webpages | Trading In Excel | Construction Estimators | Finance Templates & Add-ins Bundle | Code-VBA | Smart-VBA | Print-VBA | Excel Data Manipulation & Analysis | Convert MS Office Applications To...... | Analyzer Excel | Downloader Excel
| MSSQL Migration
Toolkit |
Monte Carlo Add-in |
Excel
Costing Templates