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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hankpage

  1. hankpage

    Determining the table number in word

    Thanks for the tips Gerry. They will be very helpful. I think I'm beginning to get a handle on how this works. It seems like Table(1) always works on the selected table instead of the first table. Is that true and if so, what's the deal?
  2. hankpage

    Determining the table number in word

    That worked. I had merged some cells but it worked after I broke the command into two parts. Thanks for the help. (Man that was fast!)
  3. hankpage

    Determining the table number in word

    Thanks Skip. That works but doesn't solve my problem which is what I should have asked to begin with. I need to get to the first cell in the table so I can start inserting data. I was trying to use this command. Selection.HomeKey Unit:=wdStory That works fine on the first table but it keeps...
  4. hankpage

    Determining the table number in word

    I am using a word document to build a report. I want to add several tables at the end of the report and plan to use a visual basic program to build the tables and insert data. Right now I am building the tables with a macro in word that I will insert into the visual basic program after getting...
  5. hankpage

    Displaying a couple pages of text?

    I have written an application that calculates quite a bit of information. Most of it can be displayed in tabular form so I have used flexgrids extensively. However I need to display a few pages of formulas and text showing the procedure for obtaining the results. The text will be different for...
  6. hankpage

    toolbar icons

    Found them and they work great. Thanks for the help.
  7. hankpage

    toolbar icons

    Thanks, IS will check.
  8. hankpage

    toolbar icons

    Thanks for the info. I don't have the graphics folder in the common folder but will check to see if our IS department has it.
  9. hankpage

    toolbar icons

    Is there a file that has standard icons for the toolbar? My save and open file, etc. don't look correct and when I run the program on another computer they come out solid black.
  10. hankpage

    Interrelated text boxes

    That was quick. Hey that worked great. Thanks a lot.
  11. hankpage

    Interrelated text boxes

    I have two text boxes with the pressure in one and wind speed in the other. These values are related to each other and I want to be able to change either and have the correct value calculated for the other. However when I change one, calculate the change for the other, and place it in the .text...
  12. hankpage

    VB does not recognize PI function

    Yep you are correct. Thanks again.
  13. hankpage

    VB does not recognize PI function

    Thanks to both of you for your help. I can do the math you talked about and now remember that fact from programing in quickbasic. However the help features show both atan() and pi() as well as other math functions as valid functions. Do either of you know why it is shown in the help? Just curious.
  14. hankpage

    VB does not recognize PI function

    My program does not reconize the PI() or the ASIN() and those types of functions. It does reconize SIN() and those trig functions. Is there something I need to add-in to my program?

Part and Inventory Search

Back
Top