Jump to content

Noob needs guidance


Nemon
 Share

Recommended Posts

I am new to Autoit and I have been ok at making it do VERY VERY basic things. I'm wondering if it is possible to pull data from a field on a spreadsheet A and then type it out in another form? If you just bait me with the right commands I don't mind digging and learning.

Thanks a ton!

Nem

Link to comment
Share on other sites

Use FileWriteLine() to write to a file (you may need to use FileOpen() first).

Use FileRead() or FileReadLine() or even _FileReadToArray for reading the file and manipulating contents...

That should get you started..... If you need more help, be sure to ask :)

Link to comment
Share on other sites

Well I guess I’ll be more specific on what I’m doing.

I want to pull data from a cell in a web based access spreadsheet in one window and have auto it type it out in another web based form. I was doing it with simple winactivate, send and mouseclick commands. But one of the new areas I want to use does not let you paste info into it. You have to type out things in the box, so that is the problem.

I am still going to look into the suggestions you all have made, but I don’t think the excel one will work, this is just an assumption from looking at the help file on it.

I really enjoy learning this and thanks for the help!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...