在net程序中可用的refedit控件,refedit选择单元格区域挺方便的,但是excel自带的refedit不能脱离自带的vba环境,用vsto开发excel程序时可以用这个替换之。 注:需要为refedit事先指定excel环境 假设form上有一个refedit1 则需要指定: dim app as microsoft.office.interop.excel.application refedit1._excel=app
RefEdit Control for .net 源代码是vb的,控件.net通用,加载RefEditControl.dll到工具栏即可 一个VBA中RefEdit控件的.net实现版本,功能移植,详见:http://www.codeproject.com/KB/selection/RefEditControl.aspx
Table of Contents | Index Programming Excel with VBA and .NET Preface Part I: Learning VBA Chapter 1. Becoming an Excel Programmer Section 1.1. Why Program? Section 1.2. Record and Read Code Section 1.3. Change Recorded Code Section 1.4. Fix Misteak