Hi,
First, I would like to say that I'm new to this forum, and relatively new to "advanced excel" ideas. I've recently started a new job where I work with excel on a daily basis so I decided to educate myself. Now to my question (and it's a complicated one, so please bear with me).
I need to either find or write myself a tool or script or macro or maybe something else entirely, with a very specific task in mind. Said tool would have to speed up the process of importing data from another program into an existing excel sheet.
Now the tricky part. Formentioned program is a badly written piece of software, where the data that I need, exists in such a table where it is impossible to select all the cells at once. I can only select one cell at a time, and then copy it's content, swith to my excel sheet, and paste it in a specific column. Normally it would be just a matter of a few ctr+c, ctr+v, but in my case those tables can consist of up to few hundred rows (and unfortunetelly the number of rows varies from case to case).
I'm not sure if I can do it with excel (and vba) alone, and maybe I need to look at some more general-purpose programming languages. Or maybe I'm missing some very simple and elegant solution. I just hope that by asking the question as broad, I'm not breaking any forum rules.
Thank you in advance for any help and for taking the time to even read this question.
First, I would like to say that I'm new to this forum, and relatively new to "advanced excel" ideas. I've recently started a new job where I work with excel on a daily basis so I decided to educate myself. Now to my question (and it's a complicated one, so please bear with me).
I need to either find or write myself a tool or script or macro or maybe something else entirely, with a very specific task in mind. Said tool would have to speed up the process of importing data from another program into an existing excel sheet.
Now the tricky part. Formentioned program is a badly written piece of software, where the data that I need, exists in such a table where it is impossible to select all the cells at once. I can only select one cell at a time, and then copy it's content, swith to my excel sheet, and paste it in a specific column. Normally it would be just a matter of a few ctr+c, ctr+v, but in my case those tables can consist of up to few hundred rows (and unfortunetelly the number of rows varies from case to case).
I'm not sure if I can do it with excel (and vba) alone, and maybe I need to look at some more general-purpose programming languages. Or maybe I'm missing some very simple and elegant solution. I just hope that by asking the question as broad, I'm not breaking any forum rules.
Thank you in advance for any help and for taking the time to even read this question.