N
needhelp
Hello,
I am just wondering how to display a excel chart into a form.
I was able to call my chart object in the VBA code as:
Dim temp As ChartObject
Set temp = Worksheets("ChartDisplay").ChartObjects(1)..
But should I be assigning that variable to an image to display on th
form? cuz going temp.visible doesnt work..
THanks
I am just wondering how to display a excel chart into a form.
I was able to call my chart object in the VBA code as:
Dim temp As ChartObject
Set temp = Worksheets("ChartDisplay").ChartObjects(1)..
But should I be assigning that variable to an image to display on th
form? cuz going temp.visible doesnt work..
THanks