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.
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. -->...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.