Takes2ToTango
Board Regular
- Joined
- May 23, 2023
- Messages
- 69
- Office Version
- 365
- Platform
- Windows
Hi All,
Is there a way to change the below code to do the following:
Grab all characters LEFT of '/' from databodyrange.copy and then paste into the below range?
Is there a way to change the below code to do the following:
Grab all characters LEFT of '/' from databodyrange.copy and then paste into the below range?
VBA Code:
ws.ListObjects("List").ListColumns(5).DataBodyRange.Copy
wsasn.Range("G2").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False