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

    (Problem) References to Excel Sheet From Visual Basic

    I have a Visual Basic program which references data from an Excel sheet and I have a function which calls certain cells in order but changes which row it will be calling on a regular basis. Example code below: x=Start.xlsheet.Cells(position, 1).Value where position changes frequently. When I...
  2. frankR40

    Accessing Excel Object From Another Form

    If I create an Excel Object, workbook, sheet, etc. on one form, how do I access that object instance from another form. I keep getting an object required error, I'm not sure about the snytax. Thanks for the help.
  3. frankR40

    How Do I Check to See If An Excel Application is Running From VB

    I have a VB program which imports data from an excel sheet. At differnt times and on different forms in the program, different excel sheets are being opened and closed. I new a way to check if an Excel Application is running. ex: If(Application."Running/Open/something"=True)Then I...

Part and Inventory Search

Back
Top