Hi,
I am currently building a worksheet which has two VBA Control Form buttons. I have code which activates when the workbook opens which says if cell A18 is blank then enable the first button and disable the second and if it is not blank then disable the first button and enable the second. The code is not in a macro it is the workbook open object
Currently the code is:
However when it gets to the line highlighted in red it produces the error "Run-time error '438' Object doesn't support this property or method".
Is the code I have used wrong? or Do I need a library enabled to use the VBA control form?
Thanks,
Jeskit
Bookmarks