![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any way to determine if a string is a vba reserved word or part of a vba reserved word? Besides creating a table of such words and looking them up (i.e. a pure-code solution)? |
#3
| |||
| |||
|
|
Michka has code at http://www.trigeminal.com/codes.asp?ItemID=18#18 that will let you tell if it's a VBA reserved word. It doesn't help with SQL reserved words, though. -- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (No private e-mails, please) "G. Stewart" <galenstewart (AT) yahoo (DOT) com> wrote in message news:258fa3a8.0311260654.3d249e9 (AT) posting (DOT) google.com... Is there any way to determine if a string is a vba reserved word or part of a vba reserved word? Besides creating a table of such words and looking them up (i.e. a pure-code solution)? |
![]() |
| Thread Tools | |
| Display Modes | |
| |