Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Insertion of Excel plots in a userform using VBA

I would like to ask if someone know how to show a plot previously created in
a sheet in a userform. It would be better if a link could exist, in order to
allow automatic update.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Insertion of Excel plots in a userform using VBA

There are a couple of methods:

http://www.j-walk.com/ss/excel/tips/tip66.htm
"andredip" wrote in message
...
I would like to ask if someone know how to show a plot previously created
in
a sheet in a userform. It would be better if a link could exist, in order
to
allow automatic update.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Insertion of Excel plots in a userform using VBA

There are a couple of methods:

http://www.j-walk.com/ss/excel/tips/tip66.htm
http://oaltd.co.uk/DLCount/DLCount.a...stePicture.zip

The first saves the picture as an image file, then loads the image into an
image control on the user form. The second bypasses the image file, instead
copying the chart, then extracting the image from the clipboard and putting
it into an image control. Neither is inherently dynamic, and you can't link
the image control to the chart, but you could use various event procedures
to keep the userform up to date.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"andredip" wrote in message
...
I would like to ask if someone know how to show a plot previously created
in
a sheet in a userform. It would be better if a link could exist, in order
to
allow automatic update.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I allow insertion of pictures into a protected excel sheet? DCC Excel Discussion (Misc queries) 1 August 27th 08 09:08 PM
How can you create Box Plots (Box-and-Whisker Plots) in Excel? Amy Bass Charts and Charting in Excel 3 December 28th 06 12:18 AM
Excel gives me line plots - I want scatter plots Pangloss Charts and Charting in Excel 1 October 14th 05 02:15 PM
How do I stop automatic insertion of rows in Excel? carthage Excel Discussion (Misc queries) 0 June 24th 05 07:37 PM
Can you get box plots on excel? yankovic-kid Charts and Charting in Excel 1 January 7th 05 11:17 PM


All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"