Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dubble07

  1. dubble07

    deleting nested folders (sub-folders) at the click of a button

    Firstly, thanks to those who helped with the deleting files question i had. Works like a charm! All files delete nicely, and with a little tinkering on my part, they also delete from all subfolders. My problem now, involves deleting folders. The RmDir only works when a folder is empty, else it...
  2. dubble07

    Deleting files from a folder at the click of a button ??

    Anyone got an idea on this one?? I want something that will flush out my folder of all files when my user clicks a button. Does the FileSystemObject support this? thanks in advance!!
  3. dubble07

    deploying a vb application ???

    g,day i'm new to the vb world and was wondering if someone could fill me in on the necessary steps involved in migrating a vb application. We are trying to take an exe that exists on one of our machines and relocate it to our server. I have tried copying and pasting the project (with its...
  4. dubble07

    Opening VB program from Excel macro

    Uberpudge, I'm all set, thx for your steadfastness! S
  5. dubble07

    Opening VB program from Excel macro

    Im using excel 97, and have tried both ways of launching the vb app - directly and through the dialog box. your code appears to work, that is - the dialog box pops up no probs, and it filters on the file type your looking for, but when attempting to launch, the 'file not found' error appears...
  6. dubble07

    How dya create that little 'window' that shows files being copied??

    I dont want my users to think that nothings happening - when they click a 'copy file' button. Thanks in advance!!
  7. dubble07

    Opening VB program from Excel macro

    thanks, some neat code - the one problem i'm having, though, is a file not found error. I've got my VB project and forms in the right path though i keep getting a 'error 53 - file not found'. . In fact i've tested this with a simple text file as well and this doesn't work either. The help file...
  8. dubble07

    Opening VB program from Excel macro

    Can this be done? I have an existing VB 'parser' program that publishes a whole series of reports from one format (ppr) to another (html). When a user clicks on a button on my Excel macro i want it to fire off this VB program. I've heard (probable erroneously?) that you cant call a VB program...
  9. dubble07

    Copying folders and files from one drive to another

    thx guys - both ways work great, though they do ignore any nested folders. Is there a simple way to have all nested folders also copied up ?? Does the FileSystemObject support Directories? thx Sir James
  10. dubble07

    Copying folders and files from one drive to another

    Thanks Dale for pointing out my oversight (and the interesting explorer tip). The fact is, I am trying to do this in code and prior to doing it I wanted to see how others went about tackling this. What i'm trying to do is on a click event, fire the contents of one directory into another...
  11. dubble07

    Copying folders and files from one drive to another

    Anyone know the most efficient way possible to copy the contents of one directory to that of another including all nested files and folders. thanks in advance!! Steve

Part and Inventory Search

Back
Top