Asked by duncanb7
at 2024-09-13 01:10:37
Point:500 Replies:4 POST_ID:828527USER_ID:11059
Topic:
Visual Basic Programming;;Microsoft Excel Spreadsheet Software
I got one question on VBA, I am learning how to plot curve in vba and
find some example in goole seach and find following example and VBA code
But I am not familar with VBA userform1 usage , just want to know how to
let the form_paint() run to draw a curve. I try to run it in form_paint() but
it report "Me" word is not using correctly.
So the question is
What is "Me" means in the code, how to use it ?
Where the curve should be displayed, is it on userform window or Excel window ? how to make
it happen, Any good example for beginner ? Do I need to create userform1 first so then
call form_point() function, but how ? any simple code me to start ?
Pleae advise
Duncan
find some example in goole seach and find following example and VBA code
But I am not familar with VBA userform1 usage , just want to know how to
let the form_paint() run to draw a curve. I try to run it in form_paint() but
it report "Me" word is not using correctly.
So the question is
What is "Me" means in the code, how to use it ?
Where the curve should be displayed, is it on userform window or Excel window ? how to make
it happen, Any good example for beginner ? Do I need to create userform1 first so then
call form_point() function, but how ? any simple code me to start ?
Pleae advise
Duncan