SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming that your table is called 'Table1' and the column you need is 'Column' you can try this:
for i = 1 to Range("Table1").Rows.Count Range("Table1[Column]")(i)="PHEV" next i