Hello Guys,
I'm wondering why i could not rename column C.
[TABLE="width: 237"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Brand[/TD]
[TD]Product Name[/TD]
[TD]Part
Number[/TD]
[/TR]
[TR]
[TD]Note[/TD]
[TD]S1[/TD]
[TD]20C0S0NG08[/TD]
[/TR]
</tbody>[/TABLE]
Here are the codes i used:
Cells.Replace What:="PartNumber", Replacement:="Product ID", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
Please assist me. Thank you
I'm wondering why i could not rename column C.
[TABLE="width: 237"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Brand[/TD]
[TD]Product Name[/TD]
[TD]Part
Number[/TD]
[/TR]
[TR]
[TD]Note[/TD]
[TD]S1[/TD]
[TD]20C0S0NG08[/TD]
[/TR]
</tbody>[/TABLE]
Here are the codes i used:
Cells.Replace What:="PartNumber", Replacement:="Product ID", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
Please assist me. Thank you