Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i am having a worksheet like a b c 1 2 in the column c i have the product of the two cells a and b in coding will you can tell me how to solve this problem........ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way:
Public Sub Product2Cells() Range("C1").Value = Range("A1").Value * Range("B1").Value End Sub In article , wrote: hi i am having a worksheet like a b c 1 2 in the column c i have the product of the two cells a and b in coding will you can tell me how to solve this problem........ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need a product key for my Trail product, 2007 Microsoft Office s | Setting up and Configuration of Excel | |||
PRODUCT counting empty cells as 1 | Excel Worksheet Functions | |||
Vlookup code product and to copy commentary with photo of the product in vba | Excel Programming | |||
How do I multiply a cell by the product of two other cells? | Excel Discussion (Misc queries) | |||
Sum Product Function- Blank Cells | Excel Discussion (Misc queries) |