Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
i want to verify if a workbook exist in a disk with a macro??? regardes |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Homero
You can use Dir Sub test() If Dir("C:\Data\test.xls") < "" Then MsgBox "Exist" Else MsgBox "Not exist" End If End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "Homero" wrote in message ... hello, i want to verify if a workbook exist in a disk with a macro??? regardes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
verify if spesific sheet exist | Excel Discussion (Misc queries) | |||
verify data with macro? | New Users to Excel | |||
How do I verify the password date of an excel workbook | Excel Discussion (Misc queries) | |||
Verify if Comment exist in a cell | Excel Discussion (Misc queries) | |||
Verify starting cell for macro | Excel Programming |