Romano_odK
Active Member
- Joined
- Jun 4, 2020
- Messages
- 305
- Office Version
- 365
- Platform
- Windows
Good afternoon,
Using this code I can copy values from one column to another. Now I would like to exclude the values 0,00 or 0.00 from being copied. Can this be done?
Thank you for your time.
Romano
Range("D9", Cells(Rows.Count, "D").End(xlUp)).Copy
Worksheets("OPXML").Range("C9").PasteSpecial Paste:=xlPasteValues, SkipBlanks:=False
Using this code I can copy values from one column to another. Now I would like to exclude the values 0,00 or 0.00 from being copied. Can this be done?
Thank you for your time.
Romano
Range("D9", Cells(Rows.Count, "D").End(xlUp)).Copy
Worksheets("OPXML").Range("C9").PasteSpecial Paste:=xlPasteValues, SkipBlanks:=False