vineelag
(vineetha)
February 8, 2023, 12:47pm
1
Hi All,
I have excel file with extension is .xlsm and was opened by using Excel application scope
for each transition in excel I should add value in Remark column
by using write cell i am trying
but getting this error like its workbook but file.xlsm
Please let me know the solution.
Thank you.
Hi @vineelag
Use excel application scope and write cell from excel activities and try again
Regards
Sudharsan
vineelag
(vineetha)
February 8, 2023, 1:14pm
4
@Sudharsan_Ka
Thank you,
but did the same thing, but still getting error
rikulsilva
(Henrique Lima da Silva)
February 8, 2023, 1:19pm
5
TempSheetName is a value get from other spreedsheet? if so, make sure you don’t close this sheet before paste value to another one.
1 Like
vineelag
(vineetha)
February 8, 2023, 1:28pm
6
Hi @rikulsilva
But as my code designed like it always close excel file . when ever its open excel for example
in our every process we are using in this format for config file
as per config code whenever we are open config file it automatically close the excel file.
vineelag
(vineetha)
February 8, 2023, 1:37pm
7
Hi @rikulsilva ,
i was tried this ,but still getting the sam e error.
rikulsilva
(Henrique Lima da Silva)
February 8, 2023, 1:38pm
8
Hi
Try put delay activity before write the value with 1 second, just for debugging purpose
1 Like
vineelag
(vineetha)
February 8, 2023, 4:09pm
10
Hi @Gokul_Jayakumar
will you please explain in step wise please
i am not able to see continue error
rikulsilva
(Henrique Lima da Silva)
February 8, 2023, 4:19pm
11
Hi
Try log the TempSheetName in Log Message Activity before Write Cell to see it value. Also try put hardcode value in Write Cell to isolate where problems occurs
1 Like
Hey
can you try with modern activities instead?
Regards
1 Like
did you try using the write woorkbook cell activity?
Anil_G
(Anil Gorthi)
February 8, 2023, 5:25pm
15
@vineelag
Can you tell what is the system package version and studio version…Did you try changing it?
And is the file your trying to read is proper…Can you print the filename and sheetname variables you are using and check…Please try with visible property unclecked
Also try removing save and use a save workbook activity instead
Hope this helps
cheers
vineelag
(vineetha)
February 10, 2023, 12:28pm
16
Hi @Anil_G
STUDIO version 2020.10.6
package
Please let me know is there any other way to add row(count+1) Values.
without using Write cell
Thank you
vineelag
(vineetha)
February 10, 2023, 12:29pm
17
Hi @fernando_zuluaga ,
No because it macro sheet .xlsm
it don’t work in workbook.
Please let me know is there any other way to add row(count+) Value.
Thank you.
system
(system)
Closed
August 4, 2023, 9:22am
18
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.