I have scenario where i have to add column in excel using send hotkey …the hotkey we are passing is ctrl+home then ctrl+space then ctrl++ …earlier it is working but now we are getting error as send hotkey: one or more error occurred.
Instead of doing it with excel application scope and send hot key
do it with add data column activitiy
Thanks
Ashwin S
@Gauri - Have you done the attach window for excel scope?
if yes - please remove and try!
Hi @Gauri_Rawool,
If you want to add column in excel you can use Insert/Delete Columns Activity. but if you insist on using Send Hotkey then try using it inside Attach window within Excel Application Scope.
this selector might help:
<wnd app=‘excel.exe’ cls=‘XLMAIN’ />
Cheers
but how we can give column name using insert delete activity.
Use write cell activity to give names…
check this documentation for managing excel -
Thank you @YAZIDI
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.