Code:
FormHome.show vbModal
Error:
Run-time error '438':
Object doesn't support this property or method
I have been working on this userform for some time, and just out of the
blue, I started to get this error. Any ideas how to fix this. I'd hate to
have to redo all these hours of work. I'm using Excel 2007
Try putting Option Explicit at the top of your code modules to catch any on
the fly declartations that were made in error.
--
HTH...
Jim Thomlinson
--
Dave Peterson
Is there an Add-In or Reference I need to allow ".DisplayWorkbooksTabs."
What was the problem when you used it?
--
Dave Peterson
If you search for that property, then click the "Applies to" link, you'll see
that it applies to the window object.
--
Dave Peterson