Hi
I have code to Add a row to my Table ...
Now, how do I select the entire Table row below ActiveCell?![]()
Selection.ListObject.ListRows.Add (ActiveCell.Row)
Your help very much appreciated.
Thanks!
Hi
I have code to Add a row to my Table ...
Now, how do I select the entire Table row below ActiveCell?![]()
Selection.ListObject.ListRows.Add (ActiveCell.Row)
Your help very much appreciated.
Thanks!
To select the new row:
![]()
Selection.ListObject.ListRows.Add(ActiveCell.Row).Range.Select
Everyone who confuses correlation and causation ends up dead.
Awesome! thank you Rory![]()
Glad to help.
Don't forget to mark the thread solved, please.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks