ManUBlueJay
Active Member
- Joined
- Aug 30, 2012
- Messages
- 326
- Office Version
- 365
- Platform
- Windows
I am looking to pupulate an ebtire table Column with the value from on cell in VBA
I would have thought this should work.
Any help would be appriciated
I would have thought this should work.
Any help would be appriciated
VBA Code:
ActiveSheet.ListObjects("MyTable").ListColumns(1).DataBodyRange = Range(MyCell).value