View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Colin Hayes Colin Hayes is offline
external usenet poster
 
Posts: 465
Default Using a hyperlink to backup Excel files

In article .com, dq
writes
VB has a MkDir command that, yes!, creates a new folder
e.g.
On Error Resume Next
Call MkDir("C:\Backup")

The 'on error...' will make VB ignore the error you get if the folder
already exists so you don't need to check for it.

DQ


HI

OK that got it. Perfect - thanks for helping with that.



Best Wishes