Frist name:Rakesh middile name: lakka this is exmaple i can write excel at one cell total name . i am usin get text

how to write in excel at one cell full name so plese give what activity using in the this process

Hi @Venky_Mama

As per your screenshot do you want to write NALLAN PHANI KUMAR in a single cell? Please specify.

Regards

yes medam ia m write one cell total name

Hi @Venky_Mama

Try this way:

FullName = FirstName.ToString + " " + MiddleName.ToStrng

Give the FullName variable in Write Cell.

Hope it helps!!

Hi @Venky_Mama

Can you try the below

image

Output:

image

Cheers!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.