Hi,
I have an Excel table and I tried to delete the first row of the tab but it won't let me. Is that protected? I cannot say for sure.
I had code like the following but not working at all.
Sub Del()
ActiveSheet.Rows(1).Delete
End Sub
Please see the attached.
Thanks in advance.
I have an Excel table and I tried to delete the first row of the tab but it won't let me. Is that protected? I cannot say for sure.
I had code like the following but not working at all.
Sub Del()
ActiveSheet.Rows(1).Delete
End Sub
Please see the attached.
Thanks in advance.