Hello,
I am using a read cell activity to read a numeric value in one of my cells in Excel. I am getting this error when running that activity:
Unsure how to resolve?
Cheers
Hello,
I am using a read cell activity to read a numeric value in one of my cells in Excel. I am getting this error when running that activity:
Unsure how to resolve?
Cheers
it is advised to store the value in genericvalue type variable
and then use .ToString or Cint() or CDBL to convert it as needed
if you chnage variable type it should get fixed
cheers
Hi,
Thanks for your reply,
When I tried that the numbers are pulled through but not in the same format as in the cell. The cell has the value £600,000 so when I click preserve format that value being extracted is 600000
HI,
`thanks for your reply,
This is pulling the numeric value but not the rest of the value. The value in my cell is £600,000 and the value being pulled is 600000
Can you share the sample excel file
Hi,
Unfortunately I cannot send the file but I did notice this in the Excel:
This is the value in the cell:
![]()
But this value is different here:
I think the bot is extracting the second value
you can use preserve format …ideally it reads the backend value…may be your excel cell is formatted to display as currency
as said change variable to genericvalue and use preserve format
cheers
This works and gave the value I needed thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.