Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone,
How can I format the following please :- Worksheets("Test").Select With ActiveCell .Offset(1, 0).Value = cmb & " If " & pik <--- Format Right .Offset(1, 1).Value = Tested <--- Accept Thousands & NO Decimal Places .Offset(1, 2).Value = tly <--- Accept Thousands & NO Decimal Places .Offset(1, 3).Value = 100 / Tested * tly <--- 5 Decimal Places .Offset(1, 4).Value = Tested - tly <--- Accept Thousands & NO Decimal Places .Offset(1, 5).Value = (100 / Tested) * (Tested - tly) <--- 5 Decimal Places .Offset(1, 6).Value = tly + Tested - tly <--- Accept Thousands & NO Decimal Places .Offset(1, 7).Value = (100 / Tested * tly) + ((100 / Tested) * (Tested - tly)) <--- General & NO Decimal Places .Offset(1, 0).Select End With Thanks in Advance. All the Best. Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting of Entire Row when the Active Cell is in ro | Excel Discussion (Misc queries) | |||
Conditional Formatting in ref to active cell | Excel Worksheet Functions | |||
How can I have formatting options like merge cells ,Bold,active for the unlocked cells of the protected worksheet.Is it possible in excel? | Excel Programming | |||
How can I have formatting toolbar active for the unprotected(unlocked) cells of the protected worksheet??? | Excel Discussion (Misc queries) | |||
Change Formatting In 'Active' Cell | Excel Discussion (Misc queries) |