CN105549831A - 一种实现单元框下拉选项复选的方法 - Google Patents

一种实现单元框下拉选项复选的方法 Download PDF

Info

Publication number
CN105549831A
CN105549831A CN201510915959.2A CN201510915959A CN105549831A CN 105549831 A CN105549831 A CN 105549831A CN 201510915959 A CN201510915959 A CN 201510915959A CN 105549831 A CN105549831 A CN 105549831A
Authority
CN
China
Prior art keywords
sheet
option
unit frame
down option
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510915959.2A
Other languages
English (en)
Inventor
徐东阳
梁志春
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201510915959.2A priority Critical patent/CN105549831A/zh
Publication of CN105549831A publication Critical patent/CN105549831A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明公开了一种实现单元框下拉选项复选的方法,属于计算机软件技术领域。所述实现单元框下拉选项复选的方法,打开Excel表格,将下拉框需要的所有选项名称排成一列,放置到第一个sheet中,将其命名为sheet1值,对所述sheet1值进行隐藏并加密,并对后续的sheet以需要逐周统计,将后续的sheet表的表头各项列出;对于只有一个值的列只采用数据验证实现单选功能即可,对于多个值的列要编写VBA程序并通过宏引导,对需要进行下拉框复选的sheet进行编辑。本发明所述实现单元框下拉选项复选的方法,能够实现对单元框下拉选项的复选,具有很好的推广应用价值。

Description

一种实现单元框下拉选项复选的方法
技术领域
本发明涉及计算机软件技术领域,具体提供一种实现单元框下拉选项复选的方法。
背景技术
计算机具有存储信息量大,使用者获取信息方便快捷并且信息来源广泛等特点,受到现在个人、家庭及企业的青睐。随着社会及经济大发展,使用者特别是企业对计算机的功能要求越来越高,不仅仅是满足最简单的使用需求即可。各大型企业对数据存储大量增多,相应的计算机的各项功能都有了改进,以适应企业的需求。同时,计算机的使用范围也有了很大的扩展。企业各部门都要进行测试费用的统计,一般是将费用统计到Excel表格中,方便统计及查看。普通的Excel虽然可以实现下拉框选项的功能,但是对于复杂的功能却无法实现。并且,通常的测试项不可能只有一项,基本都伴随多个项目的测试,故对Excel表格的复选功能提出了急切的需求。
发明内容
本发明的技术任务是针对上述存在的问题,提供一种操作简单方便,能够实现对单元框下拉选项的复选的实现单元框下拉选项复选的方法。
为实现上述目的,本发明提供了如下技术方案:
一种实现单元框下拉选项复选的方法,打开Excel表格,将下拉框需要的所有选项名称排成一列,放置到第一个sheet中,将其命名为sheet1值,对所述sheet1值进行隐藏并加密,并对后续的sheet以需要逐周统计,将后续的sheet表的表头各项列出;对于只有一个值的列只采用数据验证实现单选功能即可,对于多个值的列要编写VBA程序并通过宏引导,对需要进行下拉框复选的sheet进行编辑。
作为优选,在测试具体项目栏下的选项框中,点一下选项框出现下拉选项,即可出现所有选项。点击选择好各项之后,然后点一下输入框,选择的各项测试即会显示在框中。对于下一个sheet,可以右键选择移动或者复制,选择好新的sheet的位置,勾中建立副本,即可生成相同格式的新的sheet。
本发明具有以下突出的有益效果:所述方法操作简单方便,能够实现对单元框下拉选项,具有良好的实用性。
具体实施方式
下面结合实施例对本发明所述实现单元框下拉选项复选的方法作进一步详细说明。
实施例
本发明所述实现单元框下拉选项复选的方法,打开Excel表格,将下拉框需要的所有选项名称排成一列,放置到第一个sheet中,将其命名为sheet1值,对所述sheet1值进行隐藏并加密,并对后续的sheet以需要逐周统计,将后续的sheet表的表头各项列出;对于只有一个值的列只采用数据验证实现单选功能即可,对于多个值的列要编写VBA程序并通过宏引导,对需要进行下拉框复选的sheet进行编辑。在测试具体项目栏下的选项框中,点一下选项框出现下拉选项,即可出现所有选项。点击选择好各项之后,然后点一下输入框,选择的各项测试即会显示在框中。对于下一个sheet,可以右键选择移动或者复制,选择好新的sheet的位置,勾中建立副本,即可生成相同格式的新的sheet。
以上所述的实施例,只是本发明较优选的具体实施方式,本领域的技术人员在本发明技术方案范围内进行的通常变化和替换都应包含在本发明的保护范围内。

Claims (2)

1.一种实现单元框下拉选项复选的方法,其特征在于:打开Excel表格,将下拉框需要的所有选项名称排成一列,放置到第一个sheet中,将其命名为sheet1值,对所述sheet1值进行隐藏并加密,并对后续的sheet以需要逐周统计,将后续的sheet表的表头各项列出;对于只有一个值的列只采用数据验证实现单选功能即可,对于多个值的列要编写VBA程序并通过宏引导,对需要进行下拉框复选的sheet进行编辑。
2.根据权利要求1所述的实现单元框下拉选项复选的方法,其特征在于:在测试具体项目栏下的选项框中,点一下选项框出现下拉选项,即可出现所有选项。
CN201510915959.2A 2015-12-11 2015-12-11 一种实现单元框下拉选项复选的方法 Pending CN105549831A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510915959.2A CN105549831A (zh) 2015-12-11 2015-12-11 一种实现单元框下拉选项复选的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510915959.2A CN105549831A (zh) 2015-12-11 2015-12-11 一种实现单元框下拉选项复选的方法

Publications (1)

Publication Number Publication Date
CN105549831A true CN105549831A (zh) 2016-05-04

Family

ID=55829043

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510915959.2A Pending CN105549831A (zh) 2015-12-11 2015-12-11 一种实现单元框下拉选项复选的方法

Country Status (1)

Country Link
CN (1) CN105549831A (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108287713A (zh) * 2017-12-22 2018-07-17 深圳康得新智能显示科技有限公司 文档功能的添加方法及装置、终端、存储介质、电子装置
CN109324795A (zh) * 2017-07-27 2019-02-12 武汉斗鱼网络科技有限公司 一种页面中下拉框的展示方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101063924A (zh) * 2006-04-30 2007-10-31 国际商业机器公司 使用户能够在一个文档中选择多个对象的方法及装置
CN101263453A (zh) * 2005-09-09 2008-09-10 微软公司 用于数据汇总表的过滤用户界面
CN101819499A (zh) * 2009-02-27 2010-09-01 深圳富泰宏精密工业有限公司 触摸屏的选项执行系统及方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101263453A (zh) * 2005-09-09 2008-09-10 微软公司 用于数据汇总表的过滤用户界面
CN101063924A (zh) * 2006-04-30 2007-10-31 国际商业机器公司 使用户能够在一个文档中选择多个对象的方法及装置
CN101819499A (zh) * 2009-02-27 2010-09-01 深圳富泰宏精密工业有限公司 触摸屏的选项执行系统及方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ZHAOGANG1960: "Excel单元格下拉框实现复选框多选", 《EXCEL HOME》 *
王文祥等: "利用Excel VBA制作多选题考试系统", 《技术应用》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109324795A (zh) * 2017-07-27 2019-02-12 武汉斗鱼网络科技有限公司 一种页面中下拉框的展示方法及系统
CN108287713A (zh) * 2017-12-22 2018-07-17 深圳康得新智能显示科技有限公司 文档功能的添加方法及装置、终端、存储介质、电子装置

Similar Documents

Publication Publication Date Title
CN100511138C (zh) 一种报表的条件输入界面的生成方法和装置
CN102436498B (zh) 一种报表生成方法以及相关装置
CN102360296A (zh) 一种基于web的在线表单开发工具
CN103631969A (zh) 一种报表数据的生成方法及装置
CN102789491B (zh) 一种可配置的数据订阅和发布系统及其方法
CN104615550A (zh) 一种存储设备坏块的处理方法、装置及存储设备
CN101908040A (zh) 一种数据报表系统
CN102799690A (zh) 一种利用数据库技术校验网页输入的方法
CN103677789A (zh) 基于grid组件的列表数据展现方法及系统
CN102110142A (zh) 人力资源管理信息系统的人员异动动态扩展的方法
CN106327100A (zh) 一种变更清单生成方法及装置
CN105549831A (zh) 一种实现单元框下拉选项复选的方法
CN105653255A (zh) 一种在office框架中设置报告模板以自动生成报告文件的方法
CN104504214A (zh) 电气原理图的生成方法
CN106708620A (zh) 一种处理数据的方法及系统
Haliassos Financial innovation: Too much or too little?
CN108009145A (zh) 报表生成方法及装置
CN104572813A (zh) 一种报表生成方法及装置
CN103257987A (zh) 基于规则的分布式日志服务实现方法
CN102521551B (zh) 一种实现ic卡个人化发行装置及方法
CN102929853B (zh) 基于Excel表单关联的DCS项目数据生成系统和方法
CN103309648A (zh) 图形化制作软件的系统和方法
CN105022751A (zh) 日志记录方法和系统、以及日志再现方法和系统
CN101719131A (zh) 一种报表数据的处理方法、装置和系统
US20120179957A1 (en) Flexible meter configuration software architecture

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160504