View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
manish manish is offline
external usenet poster
 
Posts: 25
Default Edit Excel TextBox using C#

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).Selec t("txtViews");

Next I want to edit the text in the TextBox. How do I do that? Any help
would be highly appreciated.

Thanks,
Manish