Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
im writing a VBA programme where x = 2 in cell A3 and cell B3 = 5
and in cell C3 =IF(B3<=0,"B3 must be integer greater than zero",(A3^B3)/FACT(B3)) can anyone help me write a VBA programmeto ensure that x from cell a3 and n from cell b3 return in cell c3 the value of x raised tot he n divided by n factorial where x is 2 and n is 5 many thanks as im struggling on how to do this |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can start your VBA programming by recording a macro.
Tools/ Macro/ Record new macro. Then type in your formula to the cell. Then Tools/ Macro/ Stop recording. Have you looked at http://www.mvps.org/dmcritchie/excel/getstarted.htm ? -- David Biddulph "biker man" wrote in message ps.com... im writing a VBA programme where x = 2 in cell A3 and cell B3 = 5 and in cell C3 =IF(B3<=0,"B3 must be integer greater than zero",(A3^B3)/FACT(B3)) can anyone help me write a VBA programmeto ensure that x from cell a3 and n from cell b3 return in cell c3 the value of x raised tot he n divided by n factorial where x is 2 and n is 5 many thanks as im struggling on how to do this |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
programming help | Excel Discussion (Misc queries) | |||
programming help | Excel Discussion (Misc queries) | |||
CD Programming | Excel Discussion (Misc queries) | |||
programming | Excel Discussion (Misc queries) | |||
Programming help | Excel Discussion (Misc queries) |