macro active sheet

  • Thread starter Thread starter liem
  • Start date Start date
L

liem

I have two worksheet. the second worksheet name "Financial" had one cell
link to first worksheet name FC_Rank
when the user select a factor on the first worksheet that factor name link
to cell A3 on the second sheet (=Financial!!A4) this name will lookup the
data and put in the correct format.

My question How can have a Macro when the user click the second worksheet
(FC_Rank tab) the format will change immediatley to the format i want?
Example 1 :
sale $
CY PY Chg to PY % Inc/dec
$100.00 $75.00 $25.00 33.3 % %
$456.00 500.00 -$44.00 11.23%
Example 2
Gas Gallon
CY PY Chg to PY % Inc/dec
1000.00 950.00 50.00 5.25%

Thanks

Liem
 
Rather than using a macro, why not manually format the second sheet the way
you want? Then leave it thay way.

If you insist on using a macro, the easiest way is to turn on macro
recording, make the changes you want, then turn off recording and save the
macro.

Regards,
Fred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top