RE: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Rajan_Verma
I think you should try yourself, we can just give you the way that how you
can accomplish the task , if you feel any confusion in implement the
progress bar code in your module .. let us know 

I will be happy to help you J

 

 

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 10:42
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

 

Thanks Rajan,

 

It works perfect. 

 

but can you do 1 thing for me i have one excel it contains progress bar
macro which also i want to use in my macro i have attached the file please
go through this and please implement same progress bar which my macro file.

 

Regards,

Avinash

On Monday, June 18, 2012 10:19:07 PM UTC+5:30, Rajan_Verma wrote:

See the attached

I have implemented Progress bar in your 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 9:43
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

 

Hi Rajan,

 

Please find attached excel file but before u start working run "Dept_Data"
macro which will create 10 sub sheet which needs to format.

 

Regards,

Avinash

On Monday, June 18, 2012 8:52:28 PM UTC+5:30, Rajan_Verma wrote:

You just need to increase command bar width on every step , 

Send  us your file with code to get desired result

 

 

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 8:50
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:dd5").Select

 

Selection.Font.Bold = True

 

 

Next

 

End Sub

 

Regard

Manoj

 

On Sun, Jun 17, 2012 at 11:39 PM, Avinash  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 membe

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
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  
> *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:dd5").Select
>>  
>>  
>>  
>> Selection.Font.Bold = True
>>  
>>  
>>  
>>  
>>  
>> Next
>>  
>>  
>>  
>> End Sub
>>  
>>  
>>  
>> Regard
>>  
>> Manoj
>>
>>  
>>  
>> On Sun, Jun 17, 2012 at 11:39 PM, Avinash  
>> 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, accurat

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
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  
> *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:dd5").Select
>>  
>>  
>>  
>> Selection.Font.Bold = True
>>  
>>  
>>  
>>  
>>  
>> Next
>>  
>>  
>>  
>> End Sub
>>  
>>  
>>  
>> Regard
>>  
>> Manoj
>>
>>  
>>  
>> On Sun, Jun 17, 2012 at 11:39 PM, Avinash  
>> 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, accurat

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread dguillett1
http://oreilly.com/pub/h/2607 

Don Guillett
Microsoft MVP Excel
SalesAid Software
dguille...@gmail.com

From: Avinash 
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:dd5").Select



  Selection.Font.Bold = True





  Next



  End Sub



  Regard

  Manoj



  On Sun, Jun 17, 2012 at 11:39 PM, Avinash  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 

RE: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Rajan_Verma
You just need to increase command bar width on every step , 

Send  us your file with code to get desired result

 

 

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 8:50
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:dd5").Select

 

Selection.Font.Bold = True

 

 

Next

 

End Sub

 

Regard

Manoj

 

On Sun, Jun 17, 2012 at 11:39 PM, Avinash  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
<mailto:excel-macros%2bunsubscr...@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 

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
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:dd5").Select
>
>  
>
> Selection.Font.Bold = True
>
>  
>
>  
>
> Next
>
>  
>
> End Sub
>
>  
>
> Regard
>
> Manoj
>
>  
>
> On Sun, Jun 17, 2012 at 11:39 PM, Avinash  
> 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 

RE: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Rajan_Verma
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:dd5").Select

 

Selection.Font.Bold = True

 

 

Next

 

End Sub

 

Regard

Manoj

 

On Sun, Jun 17, 2012 at 11:39 PM, Avinash  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
<mailto:excel-macros%2bunsubscr...@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

Book1.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
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:dd5").Select
>
> Selection.Font.Bold = True
>
>
> Next
>
> End Sub
>
> Regard
> Manoj
>
>
> On Sun, Jun 17, 2012 at 11:39 PM, Avinash 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

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-17 Thread Manoj Kumar
Dear Avinash.


Sub gg()

For a = 1 To Sheets.Count
Sheets(a).Activate
Range("a1:dd5").Select

Selection.Font.Bold = True


Next

End Sub

Regard
Manoj


On Sun, Jun 17, 2012 at 11:39 PM, Avinash  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

$$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-17 Thread Avinash
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