I need to copy from one excel & paste in another excel full of hyperlinks - Hyperlinks need to be there

I am using read & write workbook.

Am i doing it wrong way, can someone help.

Hi @Raks_K

Try with Excel activities

Regards,

Hi @Raks_K

What are you exactly trying to do with process? can you specify

If you want the hyperlinks to be present in excel then Excel activities would be preferred. If you have large amount of data then Macros will be preferred @Raks_K please specify what are you trying to do.

Regards

So there is a 103 tabs sheet with a summary & summary has tab links.

I am copying data from one excel & pasting in another excel by giving sheet names & where to paste value.

Hope it is clear

whenever I want it to write range in the other excel WB it throws this error:

image

Hi @Raks_K

I think you can do the same with Excel activities rather than workbook activities, so you don’t face that error.
If possible can you share the excel file i can help you with flow.

Regards

I am sorry I cannot share the excel file Can you show with dummy data.

Hi @Raks_K

May be give me an excel file with dummy data how your original excel looks like and expected output. I can help you.

Regards

Hi @Raks_K

Simply you can try like below

Cheers!!

Thanks but it needs to start pasting from B15 cell any idea on that.

@Raks_K

OutputExcel.Sheet("Sheet1").Range("B15")

Hi @Raks_K

May be you could replicate the flow like below:

Regards

@Raks_K

Hope you got the solution for your question. If yes please mark it as solution to close the loop else happy to help.

Regards,

Thanks for this mate.

I have similar 7 to 8 tabs to update, if i want file to keep open both input & output so it updates smoothly & quickly.

Do I add 7 or 8 sequences under flowchart or just below the one where you send a screenshot?

Hi @Raks_K

Are you copying data from 7 different excels and pasting it in 7 different excels. Please specify. Do you have multiple sheets across the single excel.

Regards

@Raks_K

If you want to copy all sheets then try like below

@Raks_K

If you want particular sheets then try like below

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.