Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
heenchi
TRy Dim pTabell As Range Dim id As Range Set pTabell = Range("A6:H370") If Union(Range("G27"), pTabell).Address = pTabell.Address Then For Each id In pTabell <----ERROR Remove column(1) If id.FormulaR1C1 = Range("G27").FormulaR1C1 Then id.Offset(0, Range("G27").Column - 1).Value = Range("G27").Value End If Next id End If HTH Charle -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Iterating through string in a cell | Excel Discussion (Misc queries) | |||
iterating checkboxes | Excel Discussion (Misc queries) | |||
Iterating through cells problem | Excel Programming | |||
Iterating through Cells .Net/Excel 2003 | Excel Programming | |||
Iterating through row cells on column Match, help please. | Excel Programming |