Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am attempting to use the DOS Shell command xmove to move all files from one folder to another. I t should be pretty straightforward but it isn't working and I am at a bit of a loss to know why? Here is the sub: Public Sub MoveFile(sSourceFile As String, sDestFile As String) Shell "cmd /c xmove /y " & sSourceFile & " " & sDestFile End Sub Here are the inputs: sSourcePath = ActiveWorkbook.Path & "\Outputs\*.*" sDestinationPath = "C:\Users\User\Dropbox (Simulytics)\SOFTWARE\data preparation\c DASHBOARD DATABASE PRODUCTION\Inputs" and here is the call: Call MoveFile(sSourcePath, sDestinationPath) Any ideas? Kind regards, Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro stops working when save as xlsm - any ideas? | Excel Programming | |||
the grab and drag function isn't working in excel any ideas? | Excel Discussion (Misc queries) | |||
Function not working (but works as a sub). Any ideas? | Excel Programming | |||
VBA Coding - any ideas why this UDFs not working? | Excel Programming | |||
Any Ideas? | Excel Worksheet Functions |