L
LarryP
Help a poor Access guy who is lost in the Excel object model wilderness!
MyWorkbook has worksheet mySheet, which has an ??associated?? form, myForm,
which has a command button, myButton. So it seems to me something like
myWorkbook.mySheet.myForm.myButton ought to point to the button. (As
indicated by the double ??, it's not clear to me that the form is necessary a
child of the worksheet, but I've tried all sorts of different reference
chains and they all generate errors.)
How on earth do I refer to that suckah in VBA so I can manipulate its
colors, visibility, or whatever?
MyWorkbook has worksheet mySheet, which has an ??associated?? form, myForm,
which has a command button, myButton. So it seems to me something like
myWorkbook.mySheet.myForm.myButton ought to point to the button. (As
indicated by the double ??, it's not clear to me that the form is necessary a
child of the worksheet, but I've tried all sorts of different reference
chains and they all generate errors.)
How on earth do I refer to that suckah in VBA so I can manipulate its
colors, visibility, or whatever?