RealJetJackson
New Member
- Joined
- Aug 11, 2008
- Messages
- 22
All,
following the 'success' last week of my posts to get my charts exported as an image, I have moved on a bit and now want to export a selection from one of my sheets as an image too.
I have worked out that I can select part of a sheet to export like this :
Worksheets("Sheet1").Range("C6:D9").CopyPicture _
Appearance:=xlScreen, Format:=xlPicture
but how do I then 'write' it to a file, say a gif for instance?
something like blah.Export "C:\temp\test.gif", "GIF"?
following the 'success' last week of my posts to get my charts exported as an image, I have moved on a bit and now want to export a selection from one of my sheets as an image too.
I have worked out that I can select part of a sheet to export like this :
Worksheets("Sheet1").Range("C6:D9").CopyPicture _
Appearance:=xlScreen, Format:=xlPicture
but how do I then 'write' it to a file, say a gif for instance?
something like blah.Export "C:\temp\test.gif", "GIF"?