scubadiver007
Registered User.
- Local time
- Yesterday, 18:50
- Joined
- Nov 30, 2010
- Messages
- 317
This is a part of my code
Can I include an extra command in there to delete all whole cases of zeros before saving the sheet?
Code:
With xlSheet
.Range("D6").CopyFromRecordset rst
End With
Can I include an extra command in there to delete all whole cases of zeros before saving the sheet?