0
Answer

Edit Excel Text Box using C#

manish_z

manish_z

20y
2.1k
1
Hi, I would like to edit a Excel TextBox using C#. I have done the selection using the following code: ((Excel.Shape)xa.ActiveWorkbook.ActiveSheet).Select("txtViews"); Next I want to edit the text in the TextBox. How do I do that? Any help would be highly appreciated. Thanks, Manish