Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi:
I have the below loop. I want to choose all the rows that have the word starting with "NFFU (space) and any number" e.i. NFFU 55425 and type on the next right cell "53". When I run the below macro the loop works columns but no "53" is being typed in the right cell. Could anyone help me please. I believe the problem is in this line: If ActiveCell.Value = "NFFU *" Then. Thanks, Orquidea Range("e1").Select Do If ActiveCell.Value = "NFFU *" Then ActiveCell.Offset(0, 1) = "53" ActiveCell.Offset(1, 0).Select Else ActiveCell.Offset(1, 0).Select End If Loop Until ActiveCell.Offset.Value = "" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | New Users to Excel |