Thread: Beginner
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Woodhouse[_2_] Mike Woodhouse[_2_] is offline
external usenet poster
 
Posts: 24
Default Beginner



On Jan 4, 10:26 am, Ben wrote:
Hi,

Can you please tell me what are the ways for programming Excel worksheets?
I heard about macros and vba. That's it. What are the diferrences between
them?
Can I also program worksheets in C#? That's my preffered language. If it's
more powerful than macros and vba, then that would be the way to go for me.


What sort of application did you have in mind? Different technical
solutions are useful for different things.

(and to extend Bob's answer, C# can be used against Excel 2002 SP3 to
some extent at least, because that's the version I'm using!)

Mike