- Joined
- Jul 1, 2005
- Messages
- 1
- Reaction score
- 0
I'm trying to get user selected range info from an excel file.
The following VB code serves for that purpose
Application.InputBox("Select cells", Type:=8)
Could anyone tell me how I should write the code in C#?
The following VB code serves for that purpose
Application.InputBox("Select cells", Type:=8)
Could anyone tell me how I should write the code in C#?