Jump to content

WRITING IN EXCEL


Recommended Posts

HI, I NEED CREATE SOME POSITIONS IN EXCEL. LIKE BELOW LIST:

N0001

N0002 OR

N1003

N1004

I NEED WRITE THE FIRST POSITION, AND AUTOIT WRITE THE SAME LETTER WITH THE NEXT NUMBER.

SAMPLE:

IF I WRITE THE FIRST POSITION "N0003", THEN AUTOIT WRITE, "N0004"{ENTER}N0005{ENTER}..... N0021....ETC..

THANKS AND REGARDS....

Link to comment
Share on other sites

First, look at A3 under Q18 at http://www.autoitscript.com/forum/index.php?showtopic=37289 (this is the support forum FAQ pinned at the top of the general help and support forum page).

Next, search the AutoIt help file for excel - the first hit will be COM Reference. There's a section under it called "Automation using COM" that walks you through automating Excel. If you aren't familiar with a For...Next loop, look into it HERE

Now, make a script that ATTEMPTS to do what you're describing, and if it doesn't work, try a few variations to try and make it work. If you still aren't having any luck, post your script here, along with any errors you're getting when you run it. Then we can actually look at something and point out where you may have gone wrong, and help you from there.

"There are 10 types of people in this world - those who can read binary, and those who can't.""We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true." ~Robert Wilensky0101101 1001010 1100001 1101101 1100101 1110011 0110011 1001101 10001110000101 0000111 0001000 0001110 0001101 0010010 1010110 0100001 1101110
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...