Results 1 to 12 of 12

Saving temporary text file to particular location with the name of current Date and Time

Threaded View

muralidaran Saving temporary text file to... 08-03-2012, 01:11 PM
muralidaran Re: Saving temporary text... 08-03-2012, 05:07 PM
tigeravatar Re: Saving temporary text... 08-03-2012, 05:18 PM
muralidaran Re: Saving temporary text... 08-03-2012, 05:41 PM
muralidaran Re: Saving temporary text... 08-03-2012, 05:51 PM
tigeravatar Re: Saving temporary text... 08-03-2012, 05:47 PM
tigeravatar Re: Saving temporary text... 08-03-2012, 05:53 PM
muralidaran Re: Saving temporary text... 08-03-2012, 06:02 PM
tigeravatar Re: Saving temporary text... 08-03-2012, 06:06 PM
muralidaran Re: Saving temporary text... 08-04-2012, 06:22 AM
muralidaran Re: Saving temporary text... 08-04-2012, 12:44 PM
tigeravatar Re: Saving temporary text... 08-06-2012, 10:46 AM
  1. #1
    Forum Contributor
    Join Date
    01-08-2012
    Location
    Saudi Arabia, Dammam
    MS-Off Ver
    MS Office LTSC Professional Plus 2021
    Posts
    113

    Saving temporary text file to particular location with the name of current Date and Time

    Hi,
    I am extracting my company daily production information from oracle application in text mode and i am copying the information to my worksheet using simple recorded macro at least minimum of 10 times a day to monitor the production.

    The issue now is if i wanted to look back the production details by 9 am i don't have the data for since i have already updated with the latest reports.

    So i just wanted to check the possibilities of saving the text report (Temporary internet file or from the clipboard since the data is already copied to clip board) in the location of "\\ZSI24261\PMS" (Shared Folder) with the name of current date and time after completing the below procedure. (Sorry I don't know where to post the code so i have given it here please advise me i will do it in future)

    Sub Import_PMSData()
    '
    ' Import_PMSData Macro
    ' Macro to import data's of Planning Management Report.
    '
    ' Keyboard Shortcut: Ctrl+Shift+Q
    '
        Range("L6").Select
        ActiveSheet.PasteSpecial Format:="Unicode Text", Link:=False, _
            DisplayAsIcon:=False
        Range("L6").Select
    End Sub
    I can save the text file when i am uploading the latest data's from oracle but the issue is this file has been shared within our department and some of staffs are updating this data from their side as well so they are not prompt on doing this action (Even i am forgetting to do this some times).

    Expecting your support on this issue which will help us a lot.


    Regards
    Muralidaran.
    Last edited by muralidaran; 08-05-2012 at 10:43 AM. Reason: Added code tags

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