+ Reply to Thread
Results 1 to 3 of 3

Copy and move file to a new folder: macro

  1. #1
    Registered User
    Join Date
    04-09-2008
    Posts
    2

    Copy and move file to a new folder: macro

    Hi,

    Is it possible to automate a process by which we can copy a file that is moved into a folder to another folder ?


    In the folder F:\Mukund , whenevr a new file is posted I have to copy the file into a different folder G:\Daga . Can it be done automated through macros?



    Mukund

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good morning mdaga

    ...and welcome to the forum!!

    Quote Originally Posted by mdaga
    Can it be done automated through macros?
    It certainly can. You've not given much information, so there's an assumption on the file name that will need changing.

    Please Login or Register  to view this content.
    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Registered User
    Join Date
    04-09-2008
    Posts
    2

    hii

    HI Dominic. Thanks for the help !

    I am facing another small problem now.

    UserForm1. Show is in the Workbook_Open() of my program. Thus the macro is run automatically once it's opened. The UserForm has three textbox inputs. If there is an error I display the error message.

    Now I want to ask the user to input the textbox inputs again without closing the file. Can it be done?



    On Error GoTo Errorhandler

    blah blah blah
    blah blah blah
    blah blah blah

    Errorhandler:
    ErrMsg = Error(Err)
    MsgBox ("Error: " & ErrMsg)

    ???? => Missing statements !

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1