excel on the net

  • Thread starter Thread starter Nab Tab
  • Start date Start date
N

Nab Tab

Hi
i am building a web site and i have a link that link a worksheet. it shows
exactly as excel sheet and it is too long to download. how can i make it as
a picture. i saved as html but it came so big. i want to link this sheet but
i want it to show as a picture and does not take time to download.

thank you
 
That's is a very good question.

Have you had an answer yet, Nab Tab?

I'm looking for that idea so as to create a little print preview in
picturebox, on a form.

Thanks to anyone who could anwser this : it would directly help
people at a time!

bye,

effend


-
effend
 
To get a picture for a web site, use ALT+Print Screen to get an image
of the screen into the clipboard. Then, switch to your website editor
and paste. Subsequently, edit (crop, etc.) the image as desired.

To create a copy of a chart for a userform use the chart's Export
method to create an image of the chart. Then, use the userform
control's Picture property to load that image as in
object.Picture = LoadPicture( pathname )

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top