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 derfloh 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 Lewis0072

  1. Lewis0072

    How to run progress bar while copying files? (Pbar just loops)

    Hi guys, Thankyou for your response to this thread. In the end i used this: [COLOR=red] Const FOF_CREATEPROGRESSDLG = &H10& DestFolder ="DESTINATION" Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.NameSpace(DestFolder) objFolder.CopyHere "C:\SOURCE"...
  2. Lewis0072

    Access wont export excel table 64bit

    Hi Guys, Here is the code i have, i dont know why but this just wont work in 64bit versions of Windows. Works fine in 32bit. I have looked all over with no joy, im at a complete loss. Any help would be much apreciated. I think it has something to do with the Highlighted (red) text...
  3. Lewis0072

    How to run progress bar while copying files? (Pbar just loops)

    Hi Guys, Im having trouble getting a progress bar working in my script. I have only just started scripting so im not 100% sure on alot of things. Here is my script: *************************************************************** 'MESSAGE BOX WITH YES OR NO ANSWER If msgbox ("This will...

Part and Inventory Search

Back
Top