Excel manipulation from C# - Set ActiveCell?
Posted
by bowsa
on Stack Overflow
See other posts from Stack Overflow
or by bowsa
Published on 2010-04-30T15:20:05Z
Indexed on
2010/04/30
15:47 UTC
Read the original article
Hit count: 246
I'm currently trying to move some VB6 macros into a C# app and I'm having trouble setting the active cell using C#.
In VB6 its simply:
ActiveSheet.Range("L1").Select
Does anyone know what the C# equivalent is?
Cheers in advance.
© Stack Overflow or respective owner