实例介绍
中文版Excel 2010高级VBA编程宝典(附件)
【实例截图】
【核心代码】
Excel2010高级VBA编程宝典(附件)
└── 中文版Excel 2010高级VBA编程宝典
└── Sample Files
├── Chapter 03
│ ├── array formula examples.xlsx
│ ├── counting and summing examples.xlsx
│ ├── megaformula.xlsm
│ ├── named formulas.xlsx
│ └── yearly calendar.xlsx
├── Chapter 04
│ └── sample.xlsm
├── Chapter 06
│ └── worksheet controls.xlsx
├── Chapter 07
│ └── comment object.xlsm
├── Chapter 08
│ └── timing test.xlsm
├── Chapter 09
│ └── sheet sorter.xlsm
├── Chapter 10
│ ├── array argument.xlsm
│ ├── commission functions.xlsm
│ ├── draw.xlsm
│ ├── extended date functions help.docx
│ ├── extended date functions.xlsm
│ ├── key press.xlsm
│ ├── month names.xlsm
│ ├── mysum function.xlsm
│ ├── no argument.xlsm
│ ├── remove vowels.xlsm
│ ├── upper case.xlsm
│ ├── win32api.txt
│ └── windows directory.xlsm
├── Chapter 11
│ ├── about range selection.xlsm
│ ├── batch processing
│ │ ├── batch processing.xlsm
│ │ ├── text01.txt
│ │ ├── text02.txt
│ │ └── text03.txt
│ ├── celltype function.xlsm
│ ├── copy multiple selection.xlsm
│ ├── date and time.xlsm
│ ├── delete empty rows.xlsm
│ ├── drive information.xlsm
│ ├── duplicate rows.xlsm
│ ├── efficient looping.xlsm
│ ├── file association.xlsm
│ ├── hide rows and columns.xlsm
│ ├── inputbox demo.xlsm
│ ├── inrange function.xlsm
│ ├── list fonts.xlsm
│ ├── loop vs array fill range.xlsm
│ ├── next empty cell.xlsm
│ ├── page count.xlsm
│ ├── printer info.xlsm
│ ├── prompt for a range.xlsm
│ ├── range selections.xlsm
│ ├── select by value.xlsm
│ ├── sorting demo.xlsm
│ ├── sound
│ │ ├── sound.wav
│ │ ├── sound.xlsm
│ │ └── yankee_doodle_dandy.mid
│ ├── synchronize sheets.xlsm
│ ├── value from closed workbook
│ │ ├── myworkbook.xlsx
│ │ └── value from a closed workbook.xlsm
│ ├── variant transfer.xlsm
│ ├── vba utility functions.xlsm
│ ├── video mode.xlsm
│ ├── windows registry.xlsm
│ └── worksheet functions.xlsm
├── Chapter 12
│ ├── data form example.xlsm
│ ├── get directory.xlsm
│ ├── inputbox method.xlsm
│ ├── prompt for file.xlsm
│ ├── ribbon control names.xlsx
│ └── VBA inputbox.xlsm
├── Chapter 13
│ ├── activex worksheet controls.xlsx
│ ├── all userform controls.xlsm
│ ├── get name and sex.xlsm
│ ├── newcontrols.pag
│ ├── spinbutton and textbox.xlsm
│ ├── spinbutton events.xlsm
│ └── userform events.xlsm
├── Chapter 14
│ ├── change userform size.xlsm
│ ├── date and time picker.xlsm
│ ├── listbox activate sheet.xlsm
│ ├── listbox fill.xlsm
│ ├── listbox item transfer.xlsm
│ ├── listbox move items.xlsm
│ ├── listbox multicolumn1.xlsm
│ ├── listbox multicolumn2.xlsm
│ ├── listbox multiple lists.xlsm
│ ├── listbox selected items.xlsm
│ ├── listbox select rows.xlsm
│ ├── listbox unique items1.xlsm
│ ├── listbox unique items2.xlsm
│ ├── mediaplayer
│ │ ├── applause.mp3
│ │ ├── beeping.mp3
│ │ ├── carstart.mp3
│ │ ├── dialup.mp3
│ │ ├── gong.mp3
│ │ ├── horses.mp3
│ │ ├── mediaplayer.xlsm
│ │ ├── pump.mp3
│ │ ├── rain.mp3
│ │ ├── siren.mp3
│ │ ├── thunder.mp3
│ │ └── toilet.mp3
│ ├── multipage control demo.xlsm
│ ├── queryclose demo.xlsm
│ ├── random number generator.xlsm
│ ├── range selection demo.xlsm
│ ├── resizable userform api.xlsm
│ ├── splash screen.xlsm
│ ├── userform menus.xlsm
│ ├── zoom and scroll sheet.xlsm
│ └── zoom userform.xlsm
├── Chapter 15
│ ├── chart in userform.xlsm
│ ├── dataform
│ │ ├── dataform3.txt
│ │ ├── dataform3.xla
│ │ └── dataform3.xlam
│ ├── excel light-box.xlsm
│ ├── getacolor function.xlsm
│ ├── modeless userform1.xlsm
│ ├── modeless userform2.xlsm
│ ├── move controls.xlsm
│ ├── msgbox emulation.xlsm
│ ├── multiple buttons.xlsm
│ ├── no title bar.xlsm
│ ├── progress indicator1.xlsm
│ ├── progress indicator2.xlsm
│ ├── progress indicator3.xlsm
│ ├── resizable userform.xlsm
│ ├── semitransparent userform.xlsm
│ ├── simulated toolbar.xlsm
│ ├── sliding tile puzzle.xlsm
│ ├── splash screen2.xlsm
│ ├── video poker.xlsm
│ └── wizard demo.xlsm
├── Chapter 16
│ ├── simple undo demo.xlsm
│ ├── texttools.chm
│ ├── text tools help source
│ │ ├── readme.txt
│ │ ├── styles.css
│ │ ├── texttools1.htm
│ │ ├── texttools2.htm
│ │ ├── texttools3.htm
│ │ ├── texttools.chm
│ │ └── texttools.hhp
│ └── text tools.xlam
├── Chapter 17
│ ├── budget pivot table.xlsm
│ ├── normalized data.xlsx
│ ├── reverse pivot table.xlsm
│ ├── simple pivot table.xlsm
│ └── survey data pivot tables.xlsm
├── Chapter 18
│ ├── animated charts.xlsm
│ ├── chart active cell.xlsm
│ ├── chart image map.xlsm
│ ├── chart in userform.xlsm
│ ├── climate data.xlsx
│ ├── data labels.xlsm
│ ├── events - chart sheet.xlsm
│ ├── events - embedded chart.xlsm
│ ├── export all graphics.xlsm
│ ├── format all charts.xlsm
│ ├── get series ranges.xlsm
│ ├── hide and unhide series.xlsm
│ ├── hypocycloid - animated.xlsm
│ ├── mouseover event - chart sheet.xlsm
│ ├── mouseover event - embedded.xlsm
│ ├── scrolling chart.xlsm
│ ├── size and align charts.xlsm
│ ├── sparkline report.xlsm
│ ├── unlinked chart.xlsm
│ └── vba clock chart.xlsm
├── Chapter 19
│ ├── application event tracker.xlsm
│ ├── hide columns before printing.xlsm
│ ├── log workbook open.xlsm
│ ├── make formulas bold.xlsm
│ ├── no shortcut menus.xlsm
│ ├── onkey event demo.xlsm
│ ├── ontime event demo.xlsm
│ ├── shade active row and column.xlsm
│ ├── validate entry1.xlsm
│ ├── validate entry2.xlsm
│ ├── validate entry3.xlsm
│ └── workbook_beforeclose workaround.xlsm
├── Chapter 20
│ ├── automate excel
│ │ ├── automate excel.docm
│ │ └── mortgagecalcs.xlsx
│ ├── control panel dialogs.xlsm
│ ├── make memos.xlsm
│ ├── personalized email - outlook (late binding).xlsm
│ ├── personalized email - outlook.xlsm
│ ├── send pdf via outlook.xlsm
│ ├── shellexecute
│ │ ├── clawhammeruke.mp3
│ │ ├── flower.jpg
│ │ ├── shellexecute examples.xlsm
│ │ └── textfile.txt
│ └── start calculator.xlsm
├── Chapter 21
│ ├── check addin.xlam
│ ├── export charts.chm
│ ├── export charts helpsource
│ │ ├── exportcharts1.htm
│ │ ├── exportcharts2.htm
│ │ ├── exportcharts3.htm
│ │ ├── export charts.hhp
│ │ ├── readme.txt
│ │ └── styles.css
│ ├── export charts.xlsm
│ └── list add-in information.xlsm
├── Chapter 22
│ ├── dynamicmenu.xlsm
│ ├── mso image browser.xlsm
│ ├── old-style toolbar.xlsm
│ ├── page break display add-in.xlam
│ ├── page break display.xlsm
│ ├── ribbon control names.xlsx
│ ├── ribbon controls demo.xlsm
│ └── ribbon modification.xlsm
├── Chapter 23
│ ├── add to cell shortcut.xlsm
│ ├── context-sensitive shortcut menu.xlsm
│ ├── make xl 2003 menus.xlsm
│ ├── shortcut with submenu.xlsm
│ ├── show faceids.xlsm
│ ├── show shortcut menu items.xlsm
│ └── show shortcut menu names.xlsm
├── Chapter 24
│ ├── cell comments
│ │ └── formletter.xlsm
│ ├── function help
│ │ ├── help source files
│ │ │ ├── myfuncs.ali
│ │ │ ├── myfuncs.chm
│ │ │ ├── myfuncs.h
│ │ │ ├── myfuncs.hhp
│ │ │ ├── Table of Contents.hhc
│ │ │ ├── topic0.htm
│ │ │ ├── Topic1.htm
│ │ │ └── Topic2.htm
│ │ ├── myfuncs.chm
│ │ └── myfuncs.xlsm
│ ├── html help
│ │ ├── formletter.chm
│ │ ├── formletter.xlsm
│ │ └── help source files
│ │ ├── formletter.chm
│ │ ├── formletter.hhp
│ │ ├── Table of Contents.hhc
│ │ ├── Topic1.htm
│ │ ├── Topic2.htm
│ │ ├── Topic3.htm
│ │ ├── Topic4.htm
│ │ ├── Topic5.htm
│ │ └── topic6.htm
│ ├── mhtml_file
│ │ ├── formletter.xlsm
│ │ ├── help.mht
│ │ └── helpsource.xlsx
│ ├── textbox
│ │ └── formletter.xlsm
│ ├── userform1
│ │ └── formletter.xlsm
│ ├── userform2
│ │ └── formletter.xlsm
│ ├── userform3
│ │ └── formletter.xlsm
│ ├── web browser
│ │ ├── formletter.xlsm
│ │ ├── styles.css
│ │ ├── topic1.htm
│ │ ├── topic2.htm
│ │ ├── topic3.htm
│ │ ├── topic4.htm
│ │ ├── topic5.htm
│ │ └── topic6.htm
│ └── worksheet
│ └── formletter.xlsm
├── Chapter 25
│ └── loan amortization wizard.xlam
├── Chapter 26
│ └── multilingual wizard.xlsm
├── Chapter 27
│ ├── create file list.xlsm
│ ├── excel usage log.xlsm
│ ├── export and import csv.xlsm
│ ├── export to HTML.xlsm
│ ├── export to XML.xlsm
│ ├── file functions.xlsm
│ ├── file information.xlsm
│ ├── filter text file
│ │ ├── filter text file.xlsm
│ │ └── infile.txt
│ ├── recursive file list.xlsm
│ ├── show drive info.xlsm
│ ├── simple ADO 1
│ │ ├── budget data.accdb
│ │ └── simple ado example.xlsm
│ ├── simple ADO 2
│ │ ├── music_list.csv
│ │ └── simple ado example2.xlsm
│ ├── unzip a file.xlsm
│ └── zip files.xlsm
├── Chapter 28
│ ├── add 100 buttons.xlsm
│ ├── add button and code.xlsm
│ ├── create userform on the fly.xlsm
│ ├── getoption function.xlsm
│ ├── list all procedures.xlsm
│ ├── list VB components.xlsm
│ └── update user workbook
│ ├── UpdateUserBook.xlsm
│ └── UserBook.xlsm
├── Chapter 29
│ ├── csv class.xlsm
│ └── keyboard class.xlsm
└── Chapter 30
├── chart colors.xlsm
├── chart to grayscale picture.xlsm
├── color conversion functions.xlsm
├── document theme demo.xlsx
├── generate theme colors.xlsm
├── rgb color demo.xlsm
├── shape object colors
│ ├── shape object colors.xlsm
│ └── weirddog.jpg
└── tintandshade demo.xlsm
55 directories, 288 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论