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!

Recent content by hyugo

  1. hyugo

    Web Service Cannot create ActiveX component

    I'm trying to use the application. Right now it's excel, so I want to get the current running application and then be able to edit the workbook and worksheets. This will be used later with programs other than excel, but for now that's what it's trying to get.
  2. hyugo

    Web Service Cannot create ActiveX component

    I'm learning to program web services while I'm try to create a web service project. I trying to control an appliction running on the server if it is running when the webmethod is called. I use GetObject() to get the application and I get the error: Server was unable to process request. -->...
  3. hyugo

    SSL connection to a remote server using vb.net

    How can a secure connection be made between my vb.net app and a secure server?
  4. hyugo

    HTMLDocument

    I'm trying to get the information from a page that uses Javascript or something like that to redirect you to a page that has the same URL as the previous one so this way only gets the first page. I need something to get the second page. I'm using a program autoit to move the mouse and click on...
  5. hyugo

    HTMLDocument

    I'm writing a program that navigates to a website using a webbrower and gets some information from the page it goes to and prints this information to a text file. To search through the webpage I'm using an HTMLDocument, but I cannot get both the html tags and the text on the page and I need to...
  6. hyugo

    Run time Error Automation Error

    Thanks, this did simplify the program a little. The error turned out to just be an error with my excel.
  7. hyugo

    Run time Error Automation Error

    I am creating a macro in excel and this is the code I have. Range("P4:P14").Select Selection.ClearContents Range("E4:O14").Select Range("O14").Activate Selection.Cut Destination:=Range("F4:P14") Range("F4:P14").Select Range("E4:E14").Value = Range("D4:D14").Value...

Part and Inventory Search

Back
Top