gogeta1998
New Member
- Joined
- Mar 21, 2022
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Hello,
I'm looking to edit this script such that if there is no value under the first row and then don't copy it. So only copy the cells with values inside
This is the the part of the script I'm looking to edit.
Thank you
I'm looking to edit this script such that if there is no value under the first row and then don't copy it. So only copy the cells with values inside
VBA Code:
Range("D11").Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
This is the the part of the script I'm looking to edit.
Thank you