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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ITGzr
  • Order by date
  1. ITGzr

    VBA CopyHere is copying folders only - not files

    Thanks for your reply. This is really great but my client does not allow third party software at their site so I had to rely on the compressed folder unzip feature built into Win XP.
  2. ITGzr

    VBA CopyHere is copying folders only - not files

    Dim intOptions, objItem Dim objShell Set objShell = CreateObject("Shell.Application") intOptions = 256 Set objSource = objShell.NameSpace(FileNameFolderZip).Items() Set objTarget = objShell.NameSpace(FileNameFolder) objTarget.CopyHere objSource, intOptions
  3. ITGzr

    VBA CopyHere is copying folders only - not files

    Hi. I'm using CopyHere in MS Access 2007 to copy and unzip files from a compressed folder (OS=Win XP Pro SP2). The problem is that it is copying the whole folder but not the individual files within. Is there some type of parameter that can instruct CopyHere to copy just files from the...

Part and Inventory Search

Back
Top