kkpatel
(Kamal)
January 8, 2020, 6:30pm
1
Hi
I want to apply a macro from a text file to a csv file using Invoke VBA activity. But after doing that all the columns of the file are coming into a single column.
I am using the csv file inside the Excel Application Scope.
What is the solution for it ??
kkpatel
(Kamal)
January 8, 2020, 7:24pm
2
Can anyone please reply on this? Its urgent.
bcorrea
(Bruno Correa)
January 8, 2020, 9:33pm
3
Sorry but this makes no sense, since macros can not be applied to a csv file… Only specific excel file types can do that…
pduffy
(Paul Duffy)
January 8, 2020, 10:52pm
4
Hi,
Try importing the csv as .xlsx first, then apply your macro.
kkpatel
(Kamal)
January 14, 2020, 7:52am
5
@bcorrea We open csv with excel application right. So why can’t we apply macro to that? Does it make sense now?
Thanks guys, i have applied the macro into the csv and its working fine.
Hello! How do you Resolve it? i have the same problem, Thanks!
vedant1
(Vedant)
July 7, 2022, 9:44am
7
Sorry but it completely makes sense, since we can apply macros to .csv files.