Since a few days, I'm working in Visual Studio 2008 and VSTO to update an Excel application.
As I have a mighty hard time to understand everything and find some information in the very lacunar documentation, I have decided to so a serie of post, related to what I learn and discover in this domain.
I will explain
- how to access your different sheets
- how to select a range (composed of a single cell or of multiple cell)
- how to set values (single value or a formula) in a cell
- how to write relative formulas
[Plus]