View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pierre Leclerc[_3_] Pierre Leclerc[_3_] is offline
external usenet poster
 
Posts: 2
Default Checking if a workbook exists

Before I do workbooks.open "toto.xlsx" I want to check if such workbook really exist on my disk.

How do I go about doing this?