Saperblue56
New Member
- Joined
- Aug 14, 2017
- Messages
- 9
Hi all,
Is it Possable, using VBA to Change normal Data into a Table?
So far I Have the above code, but become an timeout Error 5, it does say in German what is wrong, but this would be the wrong Forum for that, cann any one put me on the right road?
Ray
Is it Possable, using VBA to Change normal Data into a Table?
Code:
ActiveSheet.ListObjects.Add(xlSrcRange, ("$A$1:$O$") & LastRow, , xlYes).Name = "Table1"
ActiveSheet.ListObjects("Table1").TableStyle = "TableStyleLight2"
So far I Have the above code, but become an timeout Error 5, it does say in German what is wrong, but this would be the wrong Forum for that, cann any one put me on the right road?
Ray