Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing variable values to userform control | Excel Discussion (Misc queries) | |||
Passing string as array variable (Pivot VBA) | Excel Discussion (Misc queries) | |||
Passing Variable Number of Arguments to a Sub | Excel Discussion (Misc queries) | |||
Passing Variable to LINEST | Excel Worksheet Functions | |||
Passing a value to a variable from Userform | Excel Programming |