I am using the below example in my VB module.
Dim q1Answered As Boolean
Dim q2Answered As Boolean
Dim q3Answered As Boolean
Dim q4Answered As Boolean
Dim q5Answered As Boolean etc...
I have a bit more to entered. Is it possible to use the below example instead of typing in a single file? Will this work instead.
Dim q1Answered: q50Answer As Boolean
Thanks for your help
BLB
- Always Grateful
A good friend will bail you out of jail. A true friend will be sitting at your side saying, "Boy - didn't we have fun?"
Dim q1Answered As Boolean
Dim q2Answered As Boolean
Dim q3Answered As Boolean
Dim q4Answered As Boolean
Dim q5Answered As Boolean etc...
I have a bit more to entered. Is it possible to use the below example instead of typing in a single file? Will this work instead.
Dim q1Answered: q50Answer As Boolean
Thanks for your help
BLB
![[elephant2] [elephant2] [elephant2]](/data/assets/smilies/elephant2.gif)
A good friend will bail you out of jail. A true friend will be sitting at your side saying, "Boy - didn't we have fun?"