+ Reply to Thread
Results 1 to 13 of 13

Progress Bar

  1. #1
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Progress Bar

    Hi all,

    Im consolidating datas from muliple excel files to single data base excel file.Am having macro and it is working fine for me.But when am loading data to data base file the excel files are vibrating.To avoid this issue i want to Set the progress bar which should indicate the progress of the data loading.Can any one help me out to set the progress bar.

    I have attached my files in the below path.

    http://www.excelforum.com/excel-prog...cel-macro.html


    Can any one pls take a look and help me in setting the progress bar.


    Thanks,
    Lakshmanan

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Progress Bar

    Hi, have you turned off screenupdating?

    i.e.

    Please Login or Register  to view this content.
    Im guessing that might fix what you refer to as vibrating.

    I find the easiest way to display a progress bar is to use the status bar:
    Please Login or Register  to view this content.
    then to reset it:
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Ragulduy,

    Thank you so much for the reply..But i didn't understand your question.And also where i need to Put this code and all.Do i need to Use userform to Show the progress bar Or something else.Please help me to updating this code.And i didnt turned off anything in my code or sheet.I have Just coded to retrive the datas from multiple sheet.Please refer the sheets placed in the below url and Help me to put the code in that sheet.


    http://www.excelforum.com/excel-prog...cel-macro.html


    Thanks Much,
    Lakshmanan

  4. #4
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Progress Bar

    Hi, as per the example I gave you, you need to wrap the screenupdating tags around your code. For example, in the link you share, the code:
    Please Login or Register  to view this content.
    would become:
    Please Login or Register  to view this content.
    the code:
    Please Login or Register  to view this content.
    will make the text 50% appear in the excel status bar, you do not need a userform to display it.

  5. #5
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Ragulduy,


    Am trying to put the code in new module..It s not running and i dont know where i can put the code ..Else i need to put the code through userform..Please advice..

    Thanks,
    Lakshmanan

  6. #6
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Progress Bar

    Hi, sorry, I don't think I am able to help further.

  7. #7
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Hi Ragulduy,

    Sorry for the 5th thread reply..I din See your 4th Message.I just hit enter before browser loading..sorry for the inconvinence.Am trying to delete 5th message..But i couldnot...


    Thanks


    Quote Originally Posted by laxmanann View Post
    Hi Ragulduy,


    Am trying to put the code in new module..It s not running and i dont know where i can put the code ..Else i need to put the code through userform..Please advice..

    Thanks,
    Lakshmanan

  8. #8
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Ragulduy,

    Im placing My code here..Please and correct if im wrong.
    Please Login or Register  to view this content.

  9. #9
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Progress Bar


    Hi,

    just for information, using an UserForm progress bar increases process time as twice and more …

  10. #10
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Marc L,

    Thanks for the information.There is no pbm regarding time constraint and all.Just to show as mush as grt or like presentation of my macro is worthy i guess..Please assist something related to progress bar using userform.Expecting your positive reply Marc L..


    Thanks,
    Lakshmanan

  11. #11
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Marc L,

    Thanks for the information.There is no pbm regarding time constraint and all.Just to show as mush as grt or like presentation of my macro is worthy i guess..Please assist something related to progress bar using userform.Expecting your positive reply Marc L..


    Thanks,
    Lakshmanan

  12. #12
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Progress Bar


    See Progress Meters for example …

  13. #13
    Forum Contributor
    Join Date
    02-19-2014
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    308

    Re: Progress Bar

    Hi Marc L,

    I have gone through the website which was shared b you..But im nt able to apply that it is in my project in the below link.can you please help me out..

    http://www.excelforum.com/excel-prog...cel-macro.html

    Thanks in advance,
    Lakshmanan

+ 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. Bar chart or bar graph for construction progress physical progress
    By pvsvprasadcivil in forum Excel Charting & Pivots
    Replies: 12
    Last Post: 01-08-2014, 02:40 AM
  2. Bar chart or bar graph for construction progress physical progress
    By pvsvprasadcivil in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2013, 12:41 PM
  3. Using Progress Bar
    By Matt On Earth in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-14-2010, 05:02 PM
  4. Progress Bar
    By mtclimber in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-25-2009, 06:46 PM
  5. [SOLVED] NEED Help - How to capture the Event's progress in Progress Bar
    By Sriram in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-22-2006, 07:10 AM

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