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 this procedure.

Thanks

Paul

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


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 it to another folder.
 If not, how can I automate this procedure.
 Thanks
 Paul

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel