If i formatted my excel cells as Currency, what variable type should i change the variable to? so that i can insert the currency from excel to word document with the currency symbols, decimal places etc.
1 Like
Hey @audrxyx
When you read the same from Excel does it not giving you the currency symbols ?
Thanks
#nK
Hi, i have tried saving it as a string and generic value but when i read from excel and replace in word document, it only gives me the number (e.g. 100) with no currency symbols
1 Like
Hi, currently reading from excel using a excel application scope, read range function, and get each current row in data table
1 Like
Hey @audrxyx
That is where my query, in the data table are you getting the dollar currency symbol for the values ?
Thanks
#nK
Hello @audrxyx ,
While reading the data from excel if $ is not present, can you append $ to the value which you are getting from the Excel and use Bookmark feature and word activities to write to Word document.