Question 1: Does anyone know of any good references for using OLEOBJECTS (Buttons, checkbox) that is free on the net?
Question 2: I have chosen to use OLEOBJECTS because I have the dilema that I want to make a sub such as this:
MySub(Param A, Param B...)
How do I connect a function / sub to this OLEOBJECT button?
Why I need this:
The standard Excel buttons cannot use complicated macros as this (unless anyone knows how I can work around this). I am hoping that I may be able to do this using OLEOBJECTS.
My purpose for this is to create a row management system. Each row will have 2 buttons [+] and [X]. [+] will add a row preceding the current row, while [X] will delete the current row.
I have the functions built to do so, but I can't attach them to standard buttons. The functions work on the premis that the button calls a function "MySub("A1"
" which will give a relative location of the current row "1", and handle it properly.
My other option is to be able to detect the cell that the button resides in, when acted upon, but I do not know how to do this, an example of this would also be wonderful.
Any guidance would be greatly appreciated.
Question 2: I have chosen to use OLEOBJECTS because I have the dilema that I want to make a sub such as this:
MySub(Param A, Param B...)
How do I connect a function / sub to this OLEOBJECT button?
Why I need this:
The standard Excel buttons cannot use complicated macros as this (unless anyone knows how I can work around this). I am hoping that I may be able to do this using OLEOBJECTS.
My purpose for this is to create a row management system. Each row will have 2 buttons [+] and [X]. [+] will add a row preceding the current row, while [X] will delete the current row.
I have the functions built to do so, but I can't attach them to standard buttons. The functions work on the premis that the button calls a function "MySub("A1"
My other option is to be able to detect the cell that the button resides in, when acted upon, but I do not know how to do this, an example of this would also be wonderful.
Any guidance would be greatly appreciated.