+ Reply to Thread
Results 1 to 2 of 2

creat a macro to look for a file

  1. #1
    Kelly******
    Guest

    creat a macro to look for a file

    How would you creat a link or macro to look for a file if
    it doesnt find the file is doesnt do anything if it does
    it opens it

  2. #2
    R.VENKATARAMAN
    Guest

    Re: creat a macro to look for a file

    I can think of one solution

    public sub fileopening()
    on error resume next
    workbooks.open (".................")
    end sub


    Kelly****** <[email protected]> wrote in message
    news:[email protected]...
    > How would you creat a link or macro to look for a file if
    > it doesnt find the file is doesnt do anything if it does
    > it opens it




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1