userform help

JasonLeVan

Board Regular
Joined
Feb 7, 2011
Messages
121
I have a macro called chart it makes a chart of data in row a column a thru af. and it works great, but is there a way to make that data appear in a userform? like if i do a userform it will run that macro and put the data in the userform
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
If it is that data only - you could use a Listbox with multiple columns or a Lisview
 
Upvote 0
You can use MS Chart control - so look in the list of controls (right click on the toolbox and select additional controls) - but it really sucks - The Excel charts are much better. I am not sure if there is a better chart control available - maybe as a thirdpart OCX or control - but often they have problems - so if you use third party controls - be careful. When I try to paste a MS chart control onto a userform - I get not a trusted something - lol.

I suppose you could maybe copy the chart to the userform as a picture - just a thought - but now it is frozen so to speak.
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,223
Members
452,896
Latest member
IGT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top