Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a ridiculous time over a very simple thing that I should be able
to do; I want to insert the following formula and I'm using the following function to do it: Formula: =D5&E5;" Render: RadioTuner;" Dim rCell as Range For each rCell in Activesheet.UsedRange.Columns(2).Rows rCell.Formula = "=D" & rCell.Row & "&E" & rCell.Row & ";" & """" & "" Next rCell This flubs on the formula, can someone please correct my formula above so it can be written into the sheet? Thanks... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula difficulty | Excel Discussion (Misc queries) | |||
Price Function - Difficulty in understanding the formula | Excel Worksheet Functions | |||
difficulty with permutations, please help! | Excel Programming | |||
Difficulty with MOD operator when using Mod 1 | Excel Programming | |||
AutoFill difficulty | Excel Programming |