Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Or, Sub AddOne() For each c in Range("a:a") If Not Isempty(c) Then c.value = 1 & c.value End if Next End Sub -- Myles ------------------------------------------------------------------------ Myles's Profile: http://www.excelforum.com/member.php...o&userid=28746 View this thread: http://www.excelforum.com/showthread...hreadid=490316 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding data only if adjacent to cell labeled "male"/"female" | Excel Worksheet Functions | |||
Adding "letters (column headings)" | Excel Discussion (Misc queries) | |||
LOOP BETWEEN "FRONT" AND "END" SHEETS? | Excel Programming | |||
Adding "TOTAL" and summing column | Excel Programming | |||
Adding "New" "Insert" "Delete" into a workbook to change from data 1 to data 2 etc | Excel Programming |