riktek's latest activity

  • riktek
    riktek replied to the thread Module variable.
    The procedures in the same module need to pass a Form variable (not the form's name) when calling RepositionForm(), just as when calling...
  • riktek
    riktek replied to the thread "Namespace" reserved in VBA?.
    Pete, this was my initial take as well and thanks for confirming. As noted in my prior response, which was written before yours but...
  • riktek
    riktek reacted to MajP's post in the thread "Namespace" reserved in VBA? with Like Like.
    There will be no problem. NameSpace is a keyword in VB but has no meaning in VBA. If there was a problem then VBA would have to worry...
  • riktek
    riktek reacted to The_Doc_Man's post in the thread "Namespace" reserved in VBA? with Like Like.
    My thought is whether riktek has added a library reference for which the word "namespace" is either a class, property, or method. In my...
  • riktek
    riktek replied to the thread "Namespace" reserved in VBA?.
    Thanks, no, I didn't see it on the VBA list of reserved words, either, although it's definitely on the VB.NET list. There isn't an...
  • riktek
    riktek reacted to theDBguy's post in the thread "Namespace" reserved in VBA? with Like Like.
    I don't see it in the list of reserved words I looked at. Are you sure it wasn't just some sort of name conflict? Could it be the same...
  • riktek
    "Namespace" is reserved in VB.NET but is not documented as such in VBA, as far as I can tell. VBA bucks a bit when I attempt a "Public...
Back
Top Bottom