I have a Macro enabled excel file from which i want to pick up a particular cell info paste it in an existing CSV.
FOR EXAMPLE, i want to copy the number (239468) under column B of macro enabled excel file along with the headers and paste it in csv file.
you can use “Read Range” and “Write CSV” activities for that.
If you need to run your macro first you can use the activity run macro before Read Range.