{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

学会VBA,菜鸟也高飞!(双色)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

学会VBA,菜鸟也高飞!(双色)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《学会VBA,菜鸟也高飞!(双色)》是《让Excel飞!职场Office效率提升秘籍》 的作者@MrExcel再度推出的一本具有鲜明个人特色的Excel VBA商务应用入门读物。
在《学会VBA,菜鸟也高飞!(双色)》里,没有晦涩的编程术语,避免高深的技术细节的讨论,尽量用通俗的语言讲解Excel VBA商务应用入门知识和技巧,目标是让即使从未接触过编程的“文科生”,也能轻松掌握VBA编程基础知识。

Content Description

《学会VBA,菜鸟也高飞!》的目的是让读者能够在相对轻松的心情下,顺利掌握Excel VBA的基本理念,并能够根据书中所介绍的知识解决工作中遇到的一些基本问题,帮助读者更高效地完成工作。该书对VBA知识独特的解说,定能让读者在学习VBA时倍感轻松!
《学会VBA,菜鸟也高飞!(双色)》虽然定位于VBA入门书籍,但却紧密结合职场实战,相信书中介绍的解决问题的思路和编程技巧会给读者带来一些启发。读完《学会VBA,菜鸟也高飞!(双色)》,读者会感受到:Excel VBA既简单有趣又超级实用,每个人都能掌握,即使你是从来没有接触过编程的"文科生"!
Author Description

林书明,MBA、微软认证Excel专家、微软认证Office大师,具有某知名外企不同岗位多年工作经验,深谙微软Office商务效率提升之道。作者主要关注如何利用Excel和Access提升部门和个人工作效率。读者可以通过新浪微博@MrExcel与作者进行交流。

邓志伟,软件工程硕士,信息系统项目管理师,金融行业从业者,参与过金融行业多个大型项目的开发和维护工作,曾获得过“中国人民银行科技进步三等奖”,除本职业务外,对微软Office也保持着浓厚兴趣。
Catalogue

第1章VBA是什么
1.1 Excel的身体结构
1.2 放下包袱轻松学习
1.3 通俗计算机工作原理
第2章第一个VBA程序
2.1 设计第一个VBA程序
2.2 打开含有VBA的程序
2.3 VBA代码放置的位置
2.4 其实你早就在“编程”
第3章VBA中的等号
3.1 VBA中等号的第一种含义
3.2 VBA中等号的第二种含义
第4章VBA编程再探索
第5章正式开始VBA编程之旅
5.1 单调的事情重复做
5.2 从简单的程序开始
5.3 一点点修改
5.4 增加一点颜色
5.5 让VBA代码更简洁
5.6 单个单元格的引用
5.7 单元格区域的引用
5.8 用Excel宏替我们写代码
第6章VBA是一种语言
6.1 条件结构
6.2 分支结构
6.3 循环结构
6.3.1For…to循环
6.3.2For Each…循环
6.3.3Do Until…循环
6.3.4追踪程序的执行
6.3.5跳出循环
6.3.6强制中断程序的执行
6.3.7VBA真的很简单
第7章Excel就是小怪兽
7.1 VBA是魔法师的咒语
7.2 小怪兽的“身体结构”
第8章对象!对象!!
8.1 属性、方法、事件
8.1.1属性
8.1.2方法
8.1.3事件
8.1.4事件参数Target和Cancel
8.2 Workbook事件
8.2.1Workbook的Open事件
8.2.2Workbook的BeforeClose事件
8.2.3Open和BeforeClose配合使用
8.3 Worksheet事件
8.3.1Worksheet的Calculate事件
8.3.2Worksheet的SelectionChange事件
8.4 Application事件
8.4.1OnTime事件
8.4.2OnKey事件
8.5 对象就是小动物
8.6 探索Excel对象
8.7 案例:让Excel自动工作
8.8 Excel中的集合对象
第9章VBA变量类型
9.1 数值变量
9.2 字符串变量
9.3 对象变量
9.4 使用对象变量的好处
9.4.1代码简洁,程序高效
9.4.2提供自动提示功能
9.5 数组变量
9.5.1一维数组变量
9.5.2二维数组变量
9.5.3数组与单元格区域
第10章Sub子程序
10.1 子程序示例
10.2 调用子程序
第11章Function(函数)
11.1 VBA自带的函数
11.1.1VBA测试函数
11.1.2VBA字符串函数
11.1.3VBA数学函数
11.1.4VBA转换函数
11.1.5VBA时间函数
11.1.6VBA内置函数示例
11.2 自定义函数
11.2.1工作表名称列表
11.2.2获取当前工作表的名称
11.2.3分离字符和数字
11.2.4数单元格颜色
11.2.5连接区域中的字符
11.2.6一对多查找
11.3 Sub和Function的区别
11.3.1如何调用子程序和函数
第12章VBA初学者容易走的弯路
12.1 充分调用内置功能
12.2 声明对象类型
12.3 利用录制宏探索对象
12.3.1宏不能录制VBA语句
12.3.2集合对象的操作
12.3.3End()函数
12.3.4CurrentRegion属性
12.3.5UsedRange属性
12.3.6Offset()
12.3.7Union()函数
12.3.8Split()和Join()函数
第13章VBA程序调试
13.1 单步执行(F8键)
13.2 设置断点(F9键)
13.3 MsgBox
13.4 Stop
13.5 更多
第14章经典VBA代码详解
14.1 拆分工作表
14.2 拆分工作簿
14.3 合并工作表
14.4 FileDialog对象
14.5 合并工作簿
14.6 操作图表
14.7 批量制作表格
第15章综合案例
15.1 程序流程
15.2 界面设计
15.2.1制作“货物发票”表格
15.2.2命名“单元格区域”
15.2.3建立“数据库”文件
15.3 程序设计
15.3.1清空发票数据
15.3.2保存到数据库
15.3.3调用子程序
结语:VBA,无他,唯手熟尔!
附录A Excel快捷键
Introduction

前言
简单的事, 重复做, 就是专家!
重复的事, 用心做, 就是赢家!
只有非常努力, 才能看起来毫不费力!
--共勉!
有点儿不一样的VBA入门书
学生时代,我们一定有过这样的记忆:某本教材,很难,即使有教授在课堂上讲解,理解起来也并不容易;如果自学,那么更是难上加难!对于这类教材,我们往往看着封面上的作者名字,两眼投射出仰慕的光芒,心里默默地为自己的智商着急……
这其实“不赖他们”,善意地揣摩作者的心理,我想,一些“专家”的书之所以难,也许是为了节省纸张,降低图书的定价,为读者减轻经济负担,他们的初衷是好的。可是,很多人会发现,很多时候,仅仅为了弄懂一本教材,不得不再去购买一些辅导材料,结果知识获得的总体成本并不低。
一些“专家”写的书读起来很难,我想可能有以下几个原因。
(1)很多专家认为的基本“常识”,我们常常“不识”。
(2)很多专家认为我们“应该了解”的基本术语,我们往往“不解”。
(3)很多专家往往是学习的“天才”,我们往往“不才”。
(4)当然,还有个别的“假专家”,写一本书东拼西凑,根本不值得评价。
也许因为他们太“专家”了,所以总是“想不起来”解释他们认为“简单”的东西。对于计算机类的书籍,上来就说“变量”、“赋值”、“面向对象”、“事件”、“编译”、“类”等“行话”,作为从未接触过编程的人,自信心是很受打击的。
很多计算机编程入门的书籍都存在一个问题,那就是为了讲明白一个基础的问题,却不自觉地使用了绝不是那么基础的术语,这往往会给初学者造成很多困惑,虽然有些时候这是不可避免的,但是作为书籍的作者应该尽最大可能避免这种情况的发生。
也许因为他们太“专家”了,所以说话总是很精炼,惜字如金,经常认为别人会和他们一样聪明,能随时跟得上他们的思路,书籍内容进展得很快,常常忽略了一些过渡的东西,让我们只能眼巴巴地看着“知识的彼岸”,却很难“渡”过去。
针对以上一些问题,作为技术类型的图书作者,到了必须有所改变的时候了。为此,我愿意做一些尝试,即使不那么成功。
我猜想购得本书的读者恐怕大多数人已经离开了学校,走上了工作岗位,遇到问题很难再有老师的帮助,因此,书籍的设计要以读者能“轻松”阅读为目的,尽量帮读者顺利前进。
本书的读者定位是没有任何编程语言基础,却有志于学习VBA提高自己的工作效率的Excel“表哥表姐们”,即使你是文科生也能顺利阅读本书。
本书是一本VBA编程入门的书籍,有些概念可能会在书中反复地讲解,目的是让你在不断的重复中把书中的知识变成自己掌握的实实在在的技能。我个人的观点是,VBA既然是一种编程语言,一种比外语简单得多并能和Excel对话的语言,那么适当的重复是必需的,学习一种语言,只有在适当的重复中才能变得熟练,甚至形成自己的“语感”,从而最终为己所用。
阅读本书不需要任何编程概念和基础,从最基础的内容讲起,让你觉得不是在学习编程,而是在驯化一个叫Excel的小动物。
本书可以说有一点“另类”,在本书中,为了方便掌握Excel VBA的精髓,我大量地使用了比喻和类比,把Excel比喻成具有魔力的小怪兽,把VBA比喻成控制小怪兽的魔法,而我们就是那个无所不能的魔法师。我们的任务就是学会VBA这种魔咒,控制Excel这个小怪兽,为我们自己和他人做一些有益的事情!
我希望本书像一本关于Excel的“如来神掌”,依靠它,能在一定程度上解放我们自己,解救办公室的“表哥表姐们”于水火之中。
一些从未接触过编程的朋友经常有这样的疑问:“我数学不好,能学会VBA编程吗?”告诉大家,对于我们这些不是把编程作为职业的商务人士来说,用VBA编写程序一般不会用到高深的数学知识,VBA编程所涉及的大多数商业情景,恐怕有小学数学知识加上自己已有的业务知识就足够了。
此外, 相对于学习某种外语,VBA作为一种普及型的计算机语言简直简单得不得了。虽然使用英语单词,但它没有复杂的语法现象,没有模棱两可的双关语,不用背诵成千上万的词汇。但简单却不意味着能力低下,我们决不能小看VBA的能力,学习一些Excel VBA的知识,能够显著地提高我们进行数据分析和处理相关工作的效率,收益将是巨大的。
由于本书是一本Excel VBA入门书,因此不太可能面面俱到,本书的重点是让读者能够在相对轻松的心情下,顺利掌握Excel VBA的基本理念,并能够根据本书所介绍的知识解决自己工作中遇到的一些基本问题,帮助自己更有效率地完成工作。本书所介绍的知识,我认为是属于VBA中“投资回报率”最高的部分,如果读完本书后你觉得不过瘾,则可继续阅读Excel VBA的进阶知识,但是我相信,学完该书介绍的VBA知识,定能让你在学习VBA进阶知识时感觉更轻松。
虽然本书只是一本VBA入门书,但是紧密结合实战是本书的一大特点,相信书中介绍的解决问题的思路和编程技巧会给你带来很大的启发。读完本书,你会觉得,VBA既简单有趣又超级实用,每个人都能掌握VBA,即使你是从来没有接触过编程的文科生!
怎么样?诱惑到你了吗?现在就有一个轻松学习VBA 的机会摆在你的面前,还等什么,快快开始我们的学习VBA之旅吧!
林书明

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book