Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I'm trying to maybe modifying this code: Dim i As Long On Error Resume Next For i = 1 To ActiveSheet.UsedRange.Rows.Count( Maybe change this to From Range B5 to last cell where there is data) If Cells(i, "B") = "" Then Change This Whats the syntax for Not empty? Cells(i, "A").Value = "L" End If Next So basically if there is data in Column B5, then put L in Column A. Please advise Thanks for any help Juan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping until empty column | Excel Programming | |||
Looping until empty column | Excel Discussion (Misc queries) | |||
Get next empty Column? | Excel Programming | |||
Next Empty Column in Row | Excel Programming | |||
delete empty column in VBA | Excel Programming |