Thanks Don , But i am not able to understand this that is the reason i am asking for help.
Regards, Avinash On Monday, June 18, 2012 8:57:26 PM UTC+5:30, Don Guillett wrote: > > http://oreilly.com/pub/h/2607 > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* Avinash <avinash007pa...@gmail.com> > *Sent:* Monday, June 18, 2012 10:20 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Progress Bas for macro status - Help > Required > > Hi Rajan, > > Thanks for your help but can u please tell me how can i use this progress > bar in to my existing code i mean it is loading directly towards the end > but i want it should run like when my* first step gets completed* it > should say *10 % complete* and till *10 step* it should say *100% > completed*. > > *it should not complete before any step finished* it should load as per > the step are getting completed. > > > Regards, > > Avinash > > On Monday, June 18, 2012 6:29:01 PM UTC+5:30, Rajan_Verma wrote: >> >> See the attached file >> >> >> >> ** >> >> *Regards* >> >> *Rajan verma* >> >> *+91 7838100659 [IM-Gtalk]* >> >> >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *Avinash >> *Sent:* 18 June 2012 2:35 >> *To:* excel-macros@googlegroups.com >> *Subject:* Re: $$Excel-Macros$$ Progress Bas for macro status - Help >> Required >> >> >> >> Thanks Manoj for you help. >> >> >> >> But i want progress bar macro formatting macro i already have i have >> mentioned sample macro code not my actual code. >> >> >> >> Regards, >> >> Avinash >> >> On Monday, June 18, 2012 11:05:34 AM UTC+5:30, Manoj Kumar wrote: >> >> Dear Avinash. >> >> >> >> >> >> Sub gg() >> >> >> >> For a = 1 To Sheets.Count >> >> Sheets(a).Activate >> >> Range("a1:dd50000").Select >> >> >> >> Selection.Font.Bold = True >> >> >> >> >> >> Next >> >> >> >> End Sub >> >> >> >> Regard >> >> Manoj >> >> >> >> On Sun, Jun 17, 2012 at 11:39 PM, Avinash <avinash007pa...@gmail.com> >> wrote: >> >> Dear Experts, >> >> >> >> I have 1 workbook and there are 10 subsheets in that workbook. >> >> i have created 1 macro to format those 10 subsheets. >> >> >> >> every sheet does have different formatting e.g. sheet 1 bold text for row >> 1 >> >> and and sheet 2 bold italic text for row 2. >> >> >> >> so now i want macro to show the progress bar (progress bar should be VBA >> USERFORM ) in % which shows me how much formatting is completed like after >> sheet 1 formatting progress bar should show 10% completed after sheet 2 it >> should show 20% >> >> >> >> and after all formatting done it should say 100% with how much time taken >> for formatting all thease sheets. >> >> >> >> Please help me in this as i want to incorporate the same type of macro in >> other projects. >> >> >> >> My macro style >> >> >> >> Sub Formatting () >> >> >> >> Step1 >> >> format sheet 1 >> >> >> >> Step2 >> >> format sheet 2 >> >> >> >> Step3 >> >> format sheet 3 >> >> >> >> Step4 >> >> format sheet 4 >> >> >> >> Step5 >> >> format sheet 5 >> >> >> >> Step6 >> >> format sheet 6 >> >> >> >> Step7 >> >> format sheet 7 >> >> >> >> Step7 >> >> format sheet 7 >> >> >> >> Step8 >> >> format sheet 8 >> >> >> >> Step9 >> >> format sheet 9 >> >> >> >> Step10 >> >> format sheet 10 >> >> >> >> >> >> End Sub >> >> >> >> >> >> >> >> -- >> FORUM RULES (986+ members already BANNED for violation) >> >> 1) Use concise, accurate thread titles. Poor thread titles, like Please >> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >> will not get quick attention or may not be answered. >> >> 2) Don't post a question in the thread of another member. >> >> 3) Don't post questions regarding breaking or bypassing any security >> measure. >> >> 4) Acknowledge the responses you receive, good or bad. >> >> 5) Cross-promotion of, or links to, forums competitive to this forum in >> signatures are prohibited. >> >> NOTE : Don't ever post personal or confidential data in a workbook. Forum >> owners and members are not responsible for any loss. >> >> >> ------------------------------------------------------------------------------------------------------ >> To post to this group, send email to excel-macros@googlegroups.com >> >> To unsubscribe, send a blank email to >> excel-macros+unsubscr...@googlegroups.com >> >> >> >> -- >> FORUM RULES (986+ members already BANNED for violation) >> >> 1) Use concise, accurate thread titles. Poor thread titles, like Please >> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >> will not get quick attention or may not be answered. >> >> 2) Don't post a question in the thread of another member. >> >> 3) Don't post questions regarding breaking or bypassing any security >> measure. >> >> 4) Acknowledge the responses you receive, good or bad. >> >> 5) Cross-promotion of, or links to, forums competitive to this forum in >> signatures are prohibited. >> >> NOTE : Don't ever post personal or confidential data in a workbook. Forum >> owners and members are not responsible for any loss. >> >> >> ------------------------------------------------------------------------------------------------------ >> To post to this group, send email to excel-macros@googlegroups.com >> >> To unsubscribe, send a blank email to >> excel-macros+unsubscr...@googlegroups.com >> > -- > FORUM RULES (986+ members already BANNED for violation) > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > > 2) Don't post a question in the thread of another member. > > 3) Don't post questions regarding breaking or bypassing any security > measure. > > 4) Acknowledge the responses you receive, good or bad. > > 5) Cross-promotion of, or links to, forums competitive to this forum in > signatures are prohibited. > > NOTE : Don't ever post personal or confidential data in a workbook. Forum > owners and members are not responsible for any loss. > > > ------------------------------------------------------------------------------------------------------ > To post to this group, send email to excel-macros@googlegroups.com > > To unsubscribe, send a blank email to > excel-macros+unsubscr...@googlegroups.com > -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com