![]() |
UserForm not passing Boolean variable
Could "Option Explicit" help to solve it?
Tom Ogilvy escreveu nas notícias de ... | Recall I said: | | In a general module at the top | | Public bQuit as Boolean | | | It still needs to be in a general module. You can leave your other code in | the sheet module. | | Regards, | Tom Ogilvy |
UserForm not passing Boolean variable
Option Explicit would only signal that the variable isn't visible to the
userform when the declaration is in the sheet module. It would illuminate the problem, but moving the declaration as stated would solve the problem. -- Regards, Tom Ogilvy Oneide wrote in message ... Could "Option Explicit" help to solve it? Tom Ogilvy escreveu nas notícias de ... | Recall I said: | | In a general module at the top | | Public bQuit as Boolean | | | It still needs to be in a general module. You can leave your other code in | the sheet module. | | Regards, | Tom Ogilvy |
All times are GMT +1. The time now is 02:55 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com