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

Reply via email to