{{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

Excel VBA入门及应用(附光盘)

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

Excel 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

《Excel VBA入门及应用》提供了极为丰富的学习资源,清单如下:本书学习资源清单:
1.181节同步配套视频讲解,让读者以最快的方式学习
提供全书所有章节视频,先听视频讲解,再仿照书中实例实践,会大幅提高学习效率。
2.提供全书实例素材、源文件、效果图等,方便完全按照书中步骤操作
本书中所有例子的素材、源文件都在光盘中,读者不必自行输入或者制作,可直接复制或调用,完全按照书中步骤操作,并可对照效果图查看结果。
3.操作技巧视频讲解资源库
213个Excel技巧视频讲解、225个PPT技巧视频讲解、179个Word技巧视频讲解,寻找办公捷径,提高办公效率。
4.办公文档资源库
81个常见办公文档、12个公司管理流程文档、129个行政管理表格,模板改改拿来就能用,提高办公效率必备。
5.办公报表资源库
207个财务管理表格、205个行政管理表格、211个人力资源管理表格、207个营销管理表格,模板改改拿来就能用,提高办公效率必备。
6.办公PPT资源库
25个背景模板、11个岗位培训模板、9个企业文化模板、10个营销管理模板、13个入职培训模板,模板改改拿来就能用,提高办公效率必备。
7.设计素材资源库
600余各类图表、水晶字母、图案类、文件夹类、系统图标、翻页页面类,美化文档必备。
Content Description

《Excel VBA入门及应用》由浅入深、由易到难、由基础到专业地讲解了Excel VBA的功能运用。从简单的宏录制、VBA编程环境和基础语法的介绍,到常用对象的操作与控制、Excel事件的调用与控制、用户界面设计、代码调试与优化等都进行了详细的介绍,帮助读者获得更多的Excel VBA开发应用的知识及实用技巧。全书的内容与以下“同步配套视频讲解”内容一致。以下内容分别含在光盘中。
同步配套视频讲解(Excel 2010 VBA概述、Excel宏基础、VBA程序开发基础、Excel VBA基础、问卷调查系统、活动抽奖系统、员工信息管理系统、销售管理系统、公司内部图书管理系统、Excel 2010 VBA高级应用、公司文档管理系统、资产管理系统、Excel 2010 VBA安全设置、Excel VBA操作其他应用程序、VBA模块定制实例、VBA经典应用实例)
操作技巧视频讲解资源库(Excel技巧视频讲解、Word技巧视频讲解、PPT技巧视频讲解)
办公文档资源库(常见办公文档、公司管理流程、行政管理表格)
办公报表资源库(财务管理表格、行政管理表格、人力资源管理表格、营销管理表格)
办公PPT资源库(背景模板、岗位培训、企业文化、营销管理、入职培训)
设计素材资源库(各类图表、水晶字母、图案类、文件夹类、系统图标、翻页页面类)
本书通过对企业中多种复杂工作场景进行详细分析,介绍了如何利用Excel VBA解决此类复杂问题的相应方法,每个案例都具有很强的实用性与可操作性。本书适合作为企业行政人员、企业管理人员、市场分析人员及Excel应用爱好者的参考书。
Author Description

赛贝尔资讯,是一个由财务、统计、营销、市场分析以及微软MVP专家组成的专业团队,他们长期从事相关工作,精通Excel。他们所编著图书以实践、实例见长。
Catalogue

本书资源库
第1章 Excel 2010 VBA概述
(视频讲解:57分钟)
1.1 认识Excel VBA
1.1.1 VBA与VB的区别
1.1.2 VBA的主要功能和作用
1.1.3 什么是Excel VBA
1.1.4 选择Excel VBA的原因
1.1.5 Excel VBA的主要框架
1.1.6 Excel VBA的学习方法和思路
1.2 走进Excel 2010 VBE开发环境
1.2.1 启动Excel VBE
1.2.2 了解 Excel 2010 VBE操作界面
1.2.3 退出Excel VBE
1.3 VBE实用小案例
1.3.1 快速列出工程中所有对象的名称和类型
1.3.2 快速列出模块中所有过程的名称
1.3.3 更改对象的名称
1.3.4 快速创建用户窗体及控件
1.3.5 快速添加模块和过程

第2章 Excel宏基础
(视频讲解:42分钟)
2.1 认识Excel宏
2.2 走进Excel宏的世界
2.2.1 宏录制的三部曲
2.2.2 宏管理器
2.2.3 利用控件按钮控制宏
2.2.4 利用菜单命令控制宏
2.3 运行/卸载加载宏
2.3.1 设计加载宏
2.3.2 添加加载宏
2.3.3 使用加载宏
2.3.4 卸载加载宏
2.4 案例一:通过表单控件按钮实现高级筛选
2.4.1 功能实现
2.4.2 运行测试
2.5 案例二:利用加载宏设计制作销售记录表
2.5.1 创建“销售记录表”并录制宏
2.5.2 生成“生成销售记录表”加载宏
2.5.3 加载“生成销售记录表”加载宏
2.5.4 应用“生成销售记录表”加载宏
2.5.5 查看操作过程的代码

第3章 VBA程序开发基础
(视频讲解:28分钟)
3.1 基本数据类型
3.1.1 数值型数据
3.1.2 字符串型数据
3.1.3 其他数据类型
3.2 常量、变量与数组
3.2.1 常量
3.2.2 变量
3.2.3 数组
3.3 过程与函数
3.3.1 过程
3.3.2 函数
3.4 控制语句
3.4.1 循环语句
3.4.2 判断语句
3.4.3 Goto语句
3.5 运算符
3.5.1 算术运算符
3.5.2 比较运算符和连接运算符
3.5.3 逻辑运算符
3.5.4 运算符优先级别
3.6 VBA程序开发实用小案例
3.6.1 存储并调用数组中的数据
3.6.2 自定义返回数组的函数
3.6.3 计算1+2+3+…+100的结果
3.6.4 根据自定义条件设置单元格颜色
3.6.5 利用Goto语句选定单元格

第4章 Excel VBA基础
(视频讲解:56分钟)
4.1 概念与术语
4.1.1 对象模型
4.1.2 引用对象库
4.2 Excel VBA对象模型
4.2.1 Application(应用程序)对象
4.2.2 Workbook(工作簿)对象
4.2.3 Worksheet(工作表)对象
4.2.4 Range(单元格)对象
4.3 Application对象实用小案例
4.3.1 获取Excel应用程序的基本信息
4.3.2 设置Excel文件的默认保存路径
4.3.3 自定义Excel状态栏中的信息
4.3.4 设置保存自动恢复信息时间间隔和自动恢复文件位置
4.3.5 设置关闭文件时不显示警告信息对话框
4.4 Workbook对象实用小案例
4.4.1 设置工作簿窗口的大小
4.4.2 设置工作簿窗口的显示比例
4.4.3 隐藏工作簿窗口
4.4.4 设置工作簿为加载宏工作簿
4.4.5 控制工作簿只能通过代码关闭
4.5 Worksheet对象实用小案例
4.5.1 保护工作表的单元格
4.5.2 隐藏工作表的行列标题
4.5.3 隐藏指定的工作表
4.5.4 设置工作表标签的颜色
4.6 Range对象实用小案例
4.6.1 设置单元格的字体格式
4.6.2 设置单元格的对齐方式
4.6.3 按自定义序列重排单元格
4.6.4 为单元格插入超链接
4.6.5 为单元格插入批注
4.6.6 为单元格区域定义名称

第5章 问卷调查系统
(视频讲解:56分钟)
5.1 基础知识
5.1.1 认识Excel 2010环境中的表单控件
5.1.2 利用代码向工作表写入数据
5.1.3 利用代码生成图表
5.1.4 认识Excel公式用法
5.2 系统功能结构描述
5.3 体育用品问卷调查表
5.3.1 设计用户密码登录界面
5.3.2 调查填写表
5.3.3 数据统计
5.3.4 图表分析
5.4 培训机构问卷调查表
5.4.1 创建窗体界面
5.4.2 定义数据区域
5.4.3 定义并运行窗体加载事件

第6章 活动抽奖系统
(视频讲解:20分钟)
6.1 基础知识
6.1.1 获取关联数据
6.1.2 消息提示框
6.1.3 Excel环境的隐藏与显示
6.1.4 随机抽取实现
6.2 系统功能结构描述
6.3 创建抽奖系统界面
6.3.1 导入员工姓名信息
6.3.2 创建抽奖界面窗口
6.4 设置随机抽奖功能
6.4.1 初始化窗口界面
6.4.2 定义控件功能
6.4.3 系统测试

第7章 员工信息管理系统
(视频讲解:44分钟)
7.1 基础知识
7.1.1 了解Excel的公式设置
7.1.2 图像控件运用
7.1.3 列表框控件运用
7.2 系统功能结构描述
7.3 创建员工信息系统窗体
7.3.1 创建信息窗体与控件
7.3.2 定义窗体事件
7.4 创建员工信息功能系统
7.4.1 创建信息查询系统
7.4.2 创建信息更新系统
7.4.3 创建信息新增系统
7.4.4 创建信息删除系统
7.4.5 创建“确定”与“重填”功能系统

第8章 销售管理系统
(视频讲解:41分钟)
8.1 基础知识
8.1.1 日历控件运用
8.1.2 列表框控件运用
8.1.3 文件系统控制运用
8.2 系统功能结构描述
8.3 产品管理系统
8.3.1 创建产品资料管理系统窗体
8.3.2 产品功能块的实现
8.4 订单输入系统
8.4.1 创建订单输入界面
8.4.2 定义事件
8.4.3 运行测试
8.5 产品统计系统
8.5.1 生成统计分析表/图
8.5.2 创建菜单集成功能

第9章 公司内部图书管理系统
(视频讲解:35分钟)
9.1 基础知识
9.1.1 数据列表显示实现
9.1.2 数据查询实现
9.2 系统功能结构描述
9.3 图书管理系统主体界面
9.3.1 创建窗体并定义属性
9.3.2 创建控件
9.3.3 编辑窗体加载事件
9.4 创建图书管理功能系统
9.4.1 创建图书查询系统
9.4.2 创建图书借阅系统
9.4.3 创建图书登记管理系统

第10章 Excel 2010 VBA高级应用
(视频讲解:20分钟)
10.1 菜单与工具按钮
10.1.1 创建菜单及事件
10.1.2 自定义右键快捷菜单
10.1.3 创建工具栏及事件
10.2 与Windows API集成
10.2.1 认识Windows API
10.2.2 创建时刻表

第11章 公司文档管理系统
(视频讲解:25分钟)
11.1 基础知识
11.1.1 TreeView控件
11.1.2 ListView控件
11.2 系统功能结构描述
11.3 系统界面设计
11.4 系统功能实现
11.4.1 定义窗体加载功能
11.4.2 定义界面中各控件功能
11.4.3 系统测试

第12章 资产管理系统
(视频讲解:40分钟)
12.1 基础知识
12.1.1 打印功能
12.1.2 数据统计功能
12.2 系统功能结构描述
12.3 配置工作表环境
12.3.1 配置工作表
12.3.2 创建数据定义区
12.4 资产入库管理系统
12.4.1 创建资产入库登记界面
12.4.2 编辑窗体控件事件
12.5 资产申领登记系统
12.5.1 创建物品申领登记界面
12.5.2 编辑窗体控件事件
12.6 资产统计管理系统
12.6.1 创建资产库存统计界面
12.6.2 生成统计报表

第13章 Excel 2010 VBA安全设置
(视频讲解:18分钟)
13.1 宏的安全设置
13.1.1 宏的安全级别
13.1.2 启用工作簿的宏
13.1.3 添加受信任位置
13.2 数字签名
13.2.1 数字签名使用特点
13.2.2 创建自签名数字证书
13.3 设置VBA保护密码

第14章 Excel VBA操作其他应用程序
(视频讲解:41分钟)
14.1 基础知识
14.1.1 调用Office组件
14.1.2 建立数据ADO连接
14.1.3 SQL语句基础
14.2 创建Word报告
14.2.1 创建Word模板
14.2.2 自动生成Word报告
14.3 与Access进行数据交换
14.3.1 读取数据库信息
14.3.2 写入客户信息
14.4 建立PowerPoint演示文稿
14.4.1 创建PowerPoint模板
14.4.2 创建PPT幻灯片
14.5 发送Outlook邮件
14.5.1 发送Outlook邮件(前期绑定法)
14.5.2 发送Outlook邮件(后期声明法)
14.5.3 设置当前工作簿为Outlook邮件的附件
14.6 操作Internet
14.6.1 打开指定的网页(前期绑定法)
14.6.2 打开指定的网页(后期声明法)
14.6.3 查询并获取网页数据
14.6.4 制作自定义浏览器
14.7 操作XML文件
14.7.1 创建XML文件
14.7.2 将当前工作表保存为XML文件

第15章 VBA模块定制实例
(视频讲解:24分钟)
15.1 设定Excel使用有效期
15.1.1 功能分析
15.1.2 基础知识
15.1.3 功能实现
15.2 创建与清除超链接
15.2.1 功能分析
15.2.2 基础知识
15.2.3 功能实现
15.3 创建与清除多级菜单
15.3.1 功能分析
15.3.2 基础知识
15.3.3 功能实现
15.4 一次性清除所有批注
15.4.1 功能分析
15.4.2 基础知识
15.4.3 功能实现
15.5 创建游动的文字
15.5.1 功能分析
15.5.2 基础知识
15.5.3 功能实现
15.6 导入文本文件
15.6.1 功能分析
15.6.2 基础知识
15.6.3 功能实现
15.7 货币金额大写转换
15.7.1 功能分析
15.7.2 基础知识
15.7.3 功能实现
15.8 物品分配管理
15.8.1 功能分析
15.8.2 基础知识
15.8.3 功能实现
15.8.4 运行测试

第16章 VBA经典应用实例
(视频讲解:57分钟)
16.1 数据的查询操作
16.1.1 从活动工作表中查询数据
16.1.2 从多个工作表中查询数据
16.1.3 通过指定多个条件查询数据(一)
16.1.4 通过指定多个条件查询数据(二)
16.1.5 查询包含指定字符的单元格数目
16.2 数据的排序操作
16.2.1 对指定区域数据进行排序
16.2.2 使用多个关键字进行排序
16.2.3 按自定义序列进行排序
16.2.4 按字符的长度进行排序
16.2.5 按单元格的颜色进行排序
16.3 数据的筛选操作
16.3.1 自动筛选
16.3.2 “与”和“或”条件下的高级筛选
16.3.3 筛选不重复的行数据
16.3.4 筛选并删除数据区域中的空行与空列
16.4 数据的条件格式操作
16.4.1 突出显示数据区域中的前N项/最后N项
16.4.2 突出显示小于与大于平均值的数据
16.4.3 突出显示重复与不重复的数据
16.4.4 利用数据条突出显示数据
16.4.5 利用图标集突出显示数据
16.4.6 利用色阶突出显示数据
16.5 文件管理
16.5.1 查看文件夹中的所有文件
16.5.2 判断文件与文件夹是否存在
16.5.3 重命名文件与文件夹
16.5.4 复制文件与文件夹
16.5.5 移动文件与文件夹
16.5.6 删除文件与文件夹
Introduction

随着社会信息化的蓬勃发展,如今的企业与个人都面临着前所未有的压力与挑战。过去粗放式、手工式的各项数据管理和处理已经明显不能适应社会的需要,激烈的竞争要求企业的财务管理、市场分析、生产管理,甚至日常办公管理必须逐渐精细和高效。Excel作为一个简单易学、功能强大的数据处理软件已经被广泛应用于各类企业日常办公中,也是目前应用最广泛的数据处理软件之一。
但是,很多用户应用Excel仅仅限于建立表格和进行一些简单的计算,对于Excel在财会、审计、营销、统计、金融、工程、管理等各个领域的应用知之甚少。其实,Excel提供了功能齐全的函数计算和分析工具,如果能熟练地运用它来进行数据分析,必将获取更为精确的信息,并大大提高工作效率,从而增强个人以及企业的社会竞争力。
在大数据时代,在市场、财务、统计、管理、会计、人力资源、营销、工程等领域的日常办公中,掌握Excel这个利器,必将让工作事半功倍,简捷高效!
这本书编写有什么特点
案例讲解:相信绝大多数读者朋友对办公软件已经有了一定了解,但是,大多数仅仅限于了解最基本的操作,真正制作一些稍具专业的应用,就无从下手了。为了帮助读者朋友快速学习这些内容,本书采用多个实例、案例,希望读者朋友能照猫画虎,拿来就用。
贴近职场:本丛书是由行业团队创作的,所有写作实例的素材都是选用真实的工作数据,这样读者可以即学即用,又可获得行业专家的经验、提示、技巧等。
好学实用:本丛书以行业应用为主,但并非开篇即介绍专业知识,而是准备了预备基础的铺垫,即书中的“基础知识”。这样是为了降低学习门槛,增强易读性。
章节经过仔细斟酌和合理划分,例如,尽量将不易学习的案例简化成多个便于读者学习的小实例,而且彼此之间的数据关联也不脱节。
另外,讲解步骤简明扼要,更加符合现在快节奏的学习方式。
要点突出:本书内容讲解过程中,遇到关键问题和难点问题时会以“操作提示”、“代码解析”、“知识拓展”等形式进行突出讲解,不会让读者因为某处的讲解不明了、不理解而产生疑惑,而是让读者能彻底读懂、看懂,避免走弯路。
配套丰富:为了方便读者学习,本书配备了教学视频、素材源文件、模板及其他教学视频等海量资源。
丛书写给谁看
丛书品种分了不同方向,读者可结合自己的工作选择合适的品种。
从事人力资源管理的A女士:在日常工作中,经常需要对人力资源数据进行整理、计算、汇总、查询、分析等处理。熟练掌握并应用此书中的知识进行数据分析,可以自动得出所期望的结果,化解人力资源管理工作中的许多棘手问题。
从事公司行政管理工作的B先生:行政管理中经常需要使用各类数据管理与分析表格,通过本书的学习可以轻松、快捷地学习和切入实际工作,以提升行政管理人员的数据处理、统计、分析等能力。
从事多年销售管理工作的C先生:从事销售管理工作多年,经常需要对销售数据进行统计和分析,对于销售表格的掌握已经很熟练,但对于众多的管理表格也未必记得。此书还可作为案头手册,在需要查询时翻阅。
从事财务管理工作的D主管:从事财务工作多年的工作人员,对于财务表格的掌握已经很熟练,想在最短时间内学习大量的相关表格制作与数据分析功能的应用,通过本书,一定能在最短时间内提升对Excel的应用能力。
作为培训机构的使用教材:此书是一本易学易懂、快学快用的实战职场办公用书,也适合培训机构作为教材。
学习这本书时有疑难问题怎么办
读者在学习的过程中,如果遇到一些难题或是有一些好的建议,欢迎和我们直接通过新浪微博在线交流。关于本书共性的问题,我们会在这个微博上予以发布。
本书光盘有了问题怎么办
本书光盘在使用中极个别可能会出现打不开等问题,可以从如下方面解决:
1.视频如果无法播放或者只有声音没有图像,建议先下载TSCC.exe小软件,双击后安装到电脑上。
2.本书光盘内容是教学视频、素材和源文件等,并没有微软Office 2010办公软件,读者可以登录微软中国官方商城的网站购买。或者到当地电脑城购买。
3.有万分之一的光驱可能无法识别本书光盘,此时建议多试几台电脑,然后把文件复制到可以识别本书光盘的电脑上,之后通过U盘等工具再复制到自己的电脑上使用。
4.极个别光盘盘面上有胶等异物不能读取,建议先用酒精擦拭干净之后再用。
5.排除以上方面仍无法使用的话,建议拨打光盘背面的技术支持电话。
本书光盘都有些什么内容
1.181节同步配套视频讲解,让读者以最快的方式学习
视频讲解了如下内容:Excel 2010 VBA概述、Excel宏基础、VBA程序开发基础、Excel VBA基础、问卷调查系统、活动抽奖系统、员工信息管理系统、销售管理系统、公司内部图书管理系统、Excel 2010 VBA高级应用、公司文档管理系统、资产管理系统、Excel 2010 VBA安全设置、Excel VBA操作其他应用程序、VBA模块定制实例、VBA经典应用实例。
2.提供全书实例素材、源文件、效果图等,方便完全按照书中步骤操作
本书中所有例子的素材、源文件都在光盘中,读者不必自行输入或者制作,可直接复制或调用,完全按照书中步骤操作,并可对照效果图查看结果。
3.操作技巧视频讲解资源库
213个Excel技巧视频讲解、225个PPT技巧视频讲解、179个Word技巧视频讲解,寻找办公捷径,提高办公效率。
4.办公文档资源库
81个常见办公文档、12个公司管理流程文档、129个行政管理表格,模板改改拿来就能用,提高办公效率必备。
5.办公报表资源库
207个财务管理表格、205个行政管理表格、211个人力资源管理表格、207个营销管理表格,模板改改拿来就能用,提高办公效率必备。
6.办公PPT资源库
25个背景模板、11个岗位培训模板、9个企业文化模板、10个营销管理模板、13个入职培训模板,模板改改拿来就能用,提高办公效率必备。
7.设计素材资源库
600余各类图表、水晶字母、图案类、文件夹类、系统图标、翻页页面类,美化文档必备。
此书的创作团队是什么人
本丛书的创作团队都是长期从事行政管理、人力资源管理、财务管理、营销管理、市场分析以及教育/培训的工作者,还有微软办公软件专家。他们在计算机知识普及、行业办公中具有多年的实践经验。
本书由赛贝尔资讯组织编写,参与编写的人员有:陈媛、汪洋慧、周倩倩、王正波、沈燕、杨红会、姜楠、朱梦婷、音凤琴、谢黎娟、许琴、吴祖珍、吴保琴、毕胜、陈永丽、程亚丽、高亚、胡凤悦、李勇、牛雪晴、彭丹丹、阮厚兵、宋奇枝、王成成、夏慧文、王涛、王鹏程、杨进晋、余曼曼、张发凌等,在此对他们表示诚挚的感谢!
寄语读者
亲爱的读者朋友,千里有缘一线牵,感谢您在茫茫书海中找到了本书,希望她架起您和我们之间学习、友谊的桥梁,希望她能使您的办公工作更加高效和专业,希望她成为您成长道路上的铺路石。
赛贝尔资讯

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