YasserKhalil
Well-known Member
- Joined
- Jun 24, 2010
- Messages
- 852
I have a code and in a line there is a constant
<code style="white-space: nowrap;"><code>
</code></code>
I'd like to know is it possible to link the value 1000 to a cell say F1 instead of typing 1000
I tried but failed....
<code style="white-space: nowrap;"><code>
</code></code>
Code:
Private Const MAX_USES As Long = 1000
I'd like to know is it possible to link the value 1000 to a cell say F1 instead of typing 1000
I tried but failed....