Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you want to do it with code, you'll have to break your formula down
something like this: sub test Range("c1").Formula = "=" & Range("A1").Value & "*" & Range("b1").Value & "" end sub -- Gary "harshu444" wrote in message ... hi guys, my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i display the cell value as 5*6. PLZ HELP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display formula on the cell | Excel Worksheet Functions | |||
Display cell ref for MAX formula | Excel Discussion (Misc queries) | |||
Formula to display cell reference (ex.. B7) | Excel Worksheet Functions | |||
Display formula in cell | Excel Discussion (Misc queries) | |||
Cell Naming and Formula bar Display | Excel Programming |