Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure, but is this what you want ?
Dim rng As Range Set rng = Intersect(ActiveSheet.UsedRange, ActiveSheet.Range("E:E")) rng.FormulaR1C1 = "Some New Text" NickHK P.S It would be better if you pasted your actual code rather than type out what you think you have. "Hemant_india" wrote in message ... hi i have following code dim rng as range dim rng1 as range set rng=activesheet.usedrange set rng1=rng.range("E:E") for each col in rng1 col.text=somethiing next the problem is loop go through every cell in the range help please -- hemu |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with USEDRANGE.ROWS.COUNT reporting one row too many | Excel Programming | |||
Excel VBA - UsedRange problem | Excel Programming | |||
Problem with UsedRange.Rows.Count | Excel Programming | |||
UsedRange problem | Excel Programming | |||
UsedRange problem | Excel Programming |