Hello all
I apologise in advance for being a complete beginner. I tried to do some research but it all sounds like chinese which is not my best language unfotunately.
I will try to be as clear as I can
I want to have a macro that can operate in excel and it will open a page in firefox and fill it up according to the cells on the excel page
the content of the macro looks like this
I guess I have to do some sort of loop to read every line of my excel doc ( about 200 lines ) to repeat the process for every A and B. And this is where I don't have a clue how to move on
I hope i'm making some sense and that someone can lead me in the right direction.
Thanks
I apologise in advance for being a complete beginner. I tried to do some research but it all sounds like chinese which is not my best language unfotunately.
I will try to be as clear as I can
I want to have a macro that can operate in excel and it will open a page in firefox and fill it up according to the cells on the excel page
the content of the macro looks like this
Code:
TAG POS=1 TYPE=SELECT FORM=ID:edit_form ATTR=ID:lid CONTENT=%6552
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:edit_form ATTR=ID:xCoordInput CONTENT=A1
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:edit_form ATTR=ID:yCoordInput CONTENT=B1
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:edit_form ATTR=ID:t1 CONTENT=$C$1 (set before starting the macro)
TAG POS=1 TYPE=BUTTON FORM=ID:edit_form ATTR=ID:save
I guess I have to do some sort of loop to read every line of my excel doc ( about 200 lines ) to repeat the process for every A and B. And this is where I don't have a clue how to move on
I hope i'm making some sense and that someone can lead me in the right direction.
Thanks