Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: camjon
  • Content: Threads
  • Order by date
  1. camjon

    How to implement a Stack

    I want to know if anyone knows how to implement a stack in vba
  2. camjon

    getting the length of a string

    I would like to know if anyone knows how to get the length of a string that is in an xml file. Here is an example of what im trying to do <trip>florida</trip> <population>12346569</population> I want to go in a get the length of the charcters that are in between the tags. If...
  3. camjon

    How to get embedded information

    I am having trouble trying to get some information out of an xml file. here is a made up example of what im trying to do -<time> <hour>12</hour> - <clock> <hour>one</hour> - <min> <number>30</number> what I am trying to do suck out the...
  4. camjon

    Writing Arrays

    I am fairly new to vba, i am having trouble getting the syntax down, I was wondering if anyone could help me with arrays or some links to some good webpages that talk about writing Arrays in vba. Thank you
  5. camjon

    Taking excel vba and using it in access

    I have been givin the task of taking vba code done in excel, and converting it into workable code for access. Below is a sample of the excel vba. I know that I will not be activating cells and or a workbook, any suggestions will be very helpful. Thanks PrivateSubcmdLoad_Click()...
  6. camjon

    Opening a file

    I am learning how to program in VB right now, I just want to know what is the syntax for opening a file, I know how to do it in C++ but im confused on how to do it in VBA
  7. camjon

    Using Stacks

    How can you implement stacks in VBA, I know how to do it in c++ but im having trouble using it in VB.
  8. camjon

    Importing an XML file into access

    I am having trouble importing an XML file into access, it will import some of the things that I need but not everything. I need to know how to import everything that I need. Thank you
  9. camjon

    View Logical Drives

    Does anyone know how you can view the logical drives on your computer using VBA, I am having a lot of trouble starting out.

Part and Inventory Search

Back
Top