CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Question please

  1. #1
    Join Date
    Feb 2001
    Posts
    4

    Question please

    Newbie


    It seems like this whole VB code thing is mostly about Access database structure. Please some one tell me if this VB code thing much more than fancy creation for that Access database.

    I know that you can create code for Excel as well, so my big question is: Am I suppose to be changing the way things “look” and work in these Microsoft applications?




    Thank you
    Don



  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Question please

    Well, those applications (Access and Excel) provide us the ability to customize them, like adding user forms etc. They even allow us to use them without the user knowing they're actually using them (via com).
    There's one good reason why you could change it, and that is because you might want to have better control over the situation. Sometimes it just isn't enough to let the user browse a table directly, in most cases we don't even want that.
    Since VBA is supported everywhere in Office, I wouldn't say it's just to fancy your application, it's there to build an application

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Feb 2001
    Posts
    4

    Re: Question please

    Thank you Tom


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured