teatimecrumpet
Active Member
- Joined
- Jun 23, 2010
- Messages
- 307
Hi,
I'm trying to use some vba code to email the usedrange of an excel sheet.
My vba code works but, although trivial, the bottom border of the last cells isn't copied.
is it possible to modify the below to be the "Usedrange" + 1 row to grab the bottom border?
Set rng = ActiveSheet.UsedRange
thanks,
Mike
I'm trying to use some vba code to email the usedrange of an excel sheet.
My vba code works but, although trivial, the bottom border of the last cells isn't copied.
is it possible to modify the below to be the "Usedrange" + 1 row to grab the bottom border?
Set rng = ActiveSheet.UsedRange
thanks,
Mike