$$Excel-Macros$$ Moving files from folder to folder

2011-05-29 Thread PAB
Hi Using VBA in Excel 2003 is it possible to select a pdf file in a folder and move it to another folder. If not, how can I automate this procedure. Thanks Paul -- -- Some important links for excel users: 1.

RE: $$Excel-Macros$$ Moving files from folder to folder

2011-05-29 Thread bnsuni...@gmail.com
ThnxRgrdp SUNIL B.N -Original Message- From: PAB Sent: 29/05/2011 9:36:40 pm Subject: $$Excel-Macros$$ Moving files from folder to folder Hi Using VBA in Excel 2003 is it possible to select a pdf file in a folder and move it to another folder. If not, how can I automate

Re: $$Excel-Macros$$ Moving files from folder to folder

2011-05-29 Thread STDEV(i)
Sub Copy_One_File_Only() FileCopy D:\Bla_Bla_Bla\SOS\SourceFolder\FileName.pdf, E:\WOW\AngelinaJoly\DestinFolde\FileName.pdf End Sub On Sun, May 29, 2011 at 11:06 PM, PAB pab1...@gmail.com wrote: Hi Using VBA in Excel 2003 is it possible to select a pdf file in a folder and move