September 20th, 2002, 5:10 pm
Hi, is it possible for me to create a menu bar and put it in a position I like? I know I could put it in some pre-defined position(top,right, etc) but is it possible to put it in some arbitrary position instead of those?Also, I tried to create a menu bar in a macro and it worked successfully but when i tried to copy the code to the private sub workbook_open. it didn't work. Why is that so?? it appeared something like object doesn't support the method, etc.Also, I have got a number of similar objects in my user form(say combo boxes). Is it possible for them to run same subroutine when the change value?? since i have to define combobox1_change and combobox2_change individually for every one of them. is it possible to have a general subroutine for all of them? i currently define a general one and in every individual subroutine, i call the general subroutine. is there a better way to achieve it?Thanks veyr much.