Results 1 to 2 of 2

Thread: File

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Location
    Cleveland,Oh
    Posts
    95

    File

    Hi All:
    In my program I create an excel file. I am trying to save this excel file on the user's current drive in the Meeting directory. And if the meeting directory does not exist on the user's machine, than I want to be able to create the Meeting directory.


    . (I.E C:\Meeting\myapp.xls.)

    I am not sure how to go about accomplish this.

    Thanks for all the help!!
    Zus

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Add Windows Scripting Host in your references (scrrun.dll):

    VB Code:
    1. FileSystemObject.FolderExists("Path") As Boolean

Posting Permissions

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



Click Here to Expand Forum to Full Width