+ Reply to Thread
Results 1 to 3 of 3

Automation Process of Schedule Report Output and Report Check Score Card !

  1. #1
    Registered User
    Join Date
    11-18-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Automation Process of Schedule Report Output and Report Check Score Card !

    i have figured out the issue the following code works . but actually in our project the updated files are replaced everyday .

    For example there is a file called Report A, it was delivered on 11/17 , but is not delivered on 11/18 , in the folder the one that is delivered yesterday still exist and the code picks that name, but in my excel i want to show blank , because the latest one is not available


    Please Login or Register  to view this content.
    So basically the code looks for the name of file , and if the name exist, then it puts X in Excel.

    What i want the code should look for the Current Date File (like if we can tie the Date Modified also with the name of the file ) , if that exist then it should put X else if its old one then just leave it blank
    Last edited by ozman86; 11-18-2014 at 12:34 PM. Reason: code tags added

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,882

    Re: Automation Process of Schedule Report Output and Report Check Score Card !

    Code Tags Added
    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found at http://www.excelforum.com/forum-rule...rum-rules.html



    (Because you are new to the forum, I have added them for you today. Please take a few minutes to read all Forum Rules and comply in the future.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    11-18-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Re: Automation Process of Schedule Report Output and Report Check Score Card !

    i have some files that are coming daily to a folder and are replaced my new ones daily . i am using the followingVBA for catching the file and putting the X mark in the excel. But what i really want is to get the today file , sometime the today file is not delivered and the yesterday file is still sitting , so just by catching the name the code put X in the excel sheet , which i do not want.



    Please Login or Register  to view this content.
    the module code of the function is following



    Please Login or Register  to view this content.

    Doing some research some one asked me to do following thing

    your FileFolderExists() function probably utilizes the Filesytem object
    and has something like:


    Please Login or Register  to view this content.
    you need to EITHER modify your FileFolderExists function
    to also use:


    Please Login or Register  to view this content.

    or add a variation of this to your parent macro.
    (which runs if the filefolderexists function returns "true")



    Dont know where to put In my code , please help


    Please Login or Register  to view this content.
    in my code

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Report card from excel list
    By jcastroalfar in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-18-2013, 04:22 PM
  2. How to create one report card instead of 35?
    By RyanK in forum Excel General
    Replies: 10
    Last Post: 05-31-2012, 09:36 AM
  3. Replies: 2
    Last Post: 06-29-2011, 04:35 PM
  4. trying to make a report card database
    By redorchestra in forum Excel General
    Replies: 2
    Last Post: 03-08-2007, 06:36 AM
  5. school report card template
    By No Principals in forum Excel General
    Replies: 4
    Last Post: 08-19-2005, 10:05 PM

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