今天匆匆忙忙写了个宏,但是发现以前用来创建按钮的开发工具菜单不见了。
找了上十分钟把Excel翻了个遍,终于在Excel选项的常用中找到了,先Mark下,留个同样找不到的童鞋。
截几个图,方便大家一下子能找到哈:
接下来,你能在菜单栏看到开发工具了:
开发工具中有我们想要的各种按钮和控件,包括宏:
哈哈,恭喜你和我一样,找到按钮了,那接下来如何调用呢,下面以ActiveX控件中的按钮为例:
1、创建按钮控件并更名Index
2、双击按钮进入宏编辑模式
3、编辑你想要的VBA代码
4、退出设计模式
OK...
分类:
其他好文 时间:
2014-06-20 10:31:59
阅读次数:
231
开发SharePoint,需要导入Excel表数据,结果问题来了:
未在本地计算机上注册"Microsoft.ACE.OLEDB.12.0"提供程序
解决方法一:下载64位的Microsoft Access 2010 数据库引擎。
http://www.microsoft.com/zh-cn/download/details.aspx?id=13255
...
分类:
数据库 时间:
2014-06-20 09:11:05
阅读次数:
472
sharepoint学习笔记汇总http://blog.csdn.net/qq873113580/article/details/20390149using
System;using System.Collections.Generic;using Microsoft.SharePoint;usin...
分类:
其他好文 时间:
2014-06-11 12:46:01
阅读次数:
281
/** * 发邮件 * @param email * @param subject * @param
body * @throws UnsupportedEncodingException */ public static void sendEm...
分类:
其他好文 时间:
2014-06-11 11:52:16
阅读次数:
195
前台datagrid数据绑定#region 导出到excel中 /// /// 2014-6-6
/// /// /// protected void lnkbtnExcel_Click(object sender, EventArgs
e)//导出Excel按钮点击事件 { DataSet ...
分类:
其他好文 时间:
2014-06-11 11:22:33
阅读次数:
195
using Microsoft.SharePoint;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Web.UI.WebCo...
分类:
其他好文 时间:
2014-06-07 14:39:38
阅读次数:
226
Essential Grid for Windows
Forms是一款功能强大的表格控件,很多功能和Excel表格相似,具有15种单元格类型,可以导入导出到Excel,支持多表头,多层显示,合并单元格,插入计算公式,支持LINQ,过滤和分组等。具体功能:支持Banner
Cells,可以联合背景和邻...
分类:
其他好文 时间:
2014-06-07 09:42:31
阅读次数:
338