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: rohman
  • Content: Threads
  • Order by date
  1. rohman

    loading 2 forms

    I want 2 forms to load on screen and be seen right when the program loads. So far I am unable to do that. Any suggestions? How would I do that in C#? I tried inserting Application.Run(new Form2()); in the Form1_load(). Got an error.
  2. rohman

    Paste special with vba

    Any1 know how I can paste a word document that is 9 pages long into publisher 2003 using vba? Thanks.
  3. rohman

    How to I select a row of cells in e

    How to I select a row of cells in excell using a loop. I want the loop to go through each cell, copy its content(path to a file) and then I want that path to be inserted into a variable that I pass onto InsertFile command. For Each Cell In currDataSheet.Cells.Range("B2:B4")...
  4. rohman

    So I created a file in excell where

    So I created a file in excell where I have different rows with different items. In the column next to each Item I write yes or no to. Then I want vb script to make a new document in word, and for every yes insert a certain doc file into the new word document. So far this is what I have: Sub...
  5. rohman

    Learning delphi

    Hi, I am thinking of learning delphi since it is what I need since I am not looking to be a professional programmer. Programming is just something that challanges me. I was wondering whether I need to know pascal or object pascal to start learning delphi. Or can I start from scratch. Also...

Part and Inventory Search

Back
Top