Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Dates()
If Worksheets("Inductions Update Page").Range("c8") < "" Then Worksheets("Print & Shading Page").Range("C8") = _ Worksheets("Induction Frequency Page").Range("C8") + _ Worksheets("Inductions Update Page").Range("C8") Else Worksheets("Induction Update Page").Range("C9") = "" End If If Worksheets("Inductions Update Page").Range("c9") < "" Then Worksheets("Print & Shading Page").Range("C9") = _ Worksheets("Induction Frequency Page").Range("C9") + _ Worksheets("Inductions Update Page").Range("C9") Else Worksheets("Induction Update Page").Range("C9") = "" End If End Sub I need to do the above coding to all cells the the range of (C8:R30) Is there an easier way other than how i have began, that being each step range changed to the next cell? Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: How to avoid pasting blanks ? | Excel Discussion (Misc queries) | |||
Pasting into mutiple cells | Excel Discussion (Misc queries) | |||
Help! Trying to avoid cut & pasting! | Excel Programming | |||
Pasting mutiple paragraph text into a single cell | Excel Discussion (Misc queries) | |||
how to avoid merging when pasting multiple ranges | Excel Programming |