Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Education-Related Advertisements, Tuitions, Free Courses, Kinder Nurseries

views
     
TMNS
post Mar 2 2015, 09:05 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
CCNA (without exam)
9-13 march 2015
Fee: RM2000
Venue : Time Slots Network Solutions

Time Slots Network Solutions Sdn. Bhd
Office A-10-5, UOA Bangsar No.5 Jalan Bangsar Utama 1
Kuala Lumpur 59000 Malaysia

Website : www.timeslotstraining.com

Register before 4 march 2015 to get this price.. This is the last offer..

email to me for reg form :
aliff@timeslotsnetworks.com
TMNS
post Mar 6 2015, 09:57 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
Course : CCNA (without exam)
Date : 9-13 march 2015
Fee : RM 2000/pax (normal price rm 4000)
Venue : Time Slots Network Solutions Sdn. Bhd
Office A-10-5, UOA Bangsar No.5 Jalan Bangsar Utama 1
Kuala Lumpur 59000 Malaysia

email me : aliff@timeslotsnetworks.com
TMNS
post Apr 27 2015, 11:18 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
hi,

CCNA
25-29 may 2015
5 days..
RM 3500
@ Menara UOA Bangsar


Register now..email me now for details n reg form

aliff@timeslotsnetworks.com


HRDF Claimable
Payment via credit card pun boleh.

* sijil akan di beri pada hari akhir training..
* Tempat terhad


thumbup.gif thumbup.gif thumbup.gif
TMNS
post May 14 2015, 04:12 PM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
Hi,

Course : CCNA
Date : On Request
: Available on weekend class (5 x saturdays)
Venue : Time Slots Network Solutions Sdn. Bhd
Office A-10-5, UOA Bangsar No.5 Jalan Bangsar Utama 1
Kuala Lumpur 59000 Malaysia
Website : www.timeslotstraining.com
Tel: +603 2202 1301

Fee : RM 2300 (may promotion)

* Register first,pay half for deposit and the other half before the class end.


Drop your email,i will send the outline and registration form

TMNS
post May 22 2015, 10:59 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014


Course : CCNA
Date : On Request
: Available on weekend class (5 x saturdays)

Venue : Time Slots Network Solutions Sdn. Bhd
Office A-10-5, UOA Bangsar No.5 Jalan Bangsar Utama 1
Kuala Lumpur 59000 Malaysia

Website : www.timeslotstraining.com
Tel: +603 2202 1301

Fee : RM 2300(promotion price)

* Register first,pay half for deposit and the other half before the class end.
* For other courses,just request.


Drop your email,i will send the outline and registration form

TMNS
post May 22 2015, 11:59 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
QUOTE(kumiko_91 @ May 22 2015, 11:09 AM)
Only ccna?
*
For other course,u can request.
TMNS
post May 28 2015, 09:17 AM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
Last week for promotion price..



Course : CCNA
Date : On Request
: Available on weekend class (5 x saturdays)

Venue : Time Slots Network Solutions Sdn. Bhd
Office A-10-5, UOA Bangsar No.5 Jalan Bangsar Utama 1
Kuala Lumpur 59000 Malaysia

Website : www.timeslotstraining.com
Tel: +603 2202 1301

Fee : RM 2300(promotion price)

* Register pay half for deposit first .
* For other courses,just request.


Drop your email,i will send the outline and registration form
TMNS
post Jun 4 2015, 04:29 PM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014

EXCEL VBA (BEGINNER)
3 days



Public Program Available on 22-24 June 2015
Venue: Menara UOA Bangsar,KL
Fee: RM 1,300/pax (Group Registration - 3 pax and above enjoy 20% Off)
Email to aliff@timeslotsnetworks.com

INTRODUCTION

This Excel VBA training empowers you to take control of your data using relational database software to manage information that helps you store information for reference, reporting and analysis. It can help you to overcome limitations you may find when you try to manage large amounts of information in Excel or other spreadsheets.

Excel VBA for Absolute Beginners provides an introduction to programming for students with little or no prior programming experience. Through this course, you will gain a strong, accessible, hands-on foundation in the language skills needed for learning Visual Basic for Applications (VBA) under MS-Excel environment.

The knowledge and skill gained from these courses can be applied to MS-Excel 2003, MS-Excel 2007 and MS-Excel 2010.


AUDIENCE

Any Microsoft Excel users whoever want to do extra ordinary thing from their Microsoft excel applications where but limited by the predefined features. This includes those who know nothing about computer programming.


PREREQUISITES

Before attending this course, students must be able to demonstrate the following skills:
· Ability to use a computer keyboard and a mouse
· Familiarity with the general operations of Microsoft Windows operating system.
· Basic knowledge and skill in using Microsoft-Excel (Any version).
The course materials, lectures, and lab exercises are in English. To benefit fully from the instruction, students need an understanding of the English language and completion of the prerequisites.

TRAINING TOOLS
· MS Windows XP Professional SP3 or higher
· MS Excel 2003/2007/2010/2013 (Depends on the target audience)
· Host PC: Any PC and OS support MS-Excel

METHODOLOGY

This program will be conducted with interactive lectures, PowerPoint presentation, discussions and practical exercise.



COURSE OBJECTIVES

This course introduces students to the techniques used in the key areas of computer programming:
· Programming principles
· Basic program control structures
· Data types
· Subroutines and Functions
At the end of the course, students will be able to start creating simple VBA solution by using MS-Excel.

COURSE OUTLINES

Module 1 - Introduction

· What is VBA? Why need to do programming for MS-Excel ? What can we do with Excel VBA? (with interesting examples)
· Using the development Integrated Development Environment.
· The project explorer - Introduction to the VBA project concept and project components
· Switching between Excel normal interface and IDE interface.
· And more......
Module 2 – Automation via Macros

· Why we need automation in MS-Excel?
· What is macro?
· Recording macros
· How to trigger macros from Excel normal interface?
· How to trigger macros from VBA IDE?
Module 3 – Using instructions
· The immediate window
· What is instruction?
· Evaluation & Command instructions
· Dealing with Excel VBA objects and their properties
Module 4 – Linking VBA with Excel

· Single cell reference methods
· Range reference methods
· Inter-worksheets reference)
· Inter-workbook reference
Module 5 –The instructions building block
· The Procedure concept
· Procedures (Subroutines, Functions, Event Handlers)
· Pre-mature terminations with Exit keyword
· Grouping instructions using With statement
Module 6 –Modules

· Why module is needed?
· Code Module
· User Form, Class module, Worksheet in brief
· Procedures scoping
· And more......
Module 7 –When you make mistake…

· Type of errors
· Dealing with compilation, runtime or logical errors
· The debugger and debugging process

CONTACT US FOR COURSE DETAILS AND AVAILABILITY!
TMNS
post Aug 13 2015, 02:03 PM

Getting Started
**
Junior Member
163 posts

Joined: Dec 2014
Free Training + Exam
1MalaysiaGRIP under HRDF(PSMB)

1) CCNA
i- ICND1 ( 26 - 30 August)
ii- ICND2 ( 16-20 September)

2) CCNA Security
30 Sept - 4 October



* Participants are allowed to choose more than 1 Training.
* As the seats are limited so the above trainings are available on 1st Come 1st Server basis.
* Those who are keen to upgrade their current IT Skills kindly grab this opportunity.
* Fill in the information for our reference ASAP & we shall email you the registration form


Email to me aliff@timeslotsnetworks.com

Name:
Email:
Contact number:
IC Copy :
Course:
Company Name:
Current Position:
Salary slip Copy :

 

Change to:
| Lo-Fi Version
0.0178sec    0.41    7 queries    GZIP Disabled
Time is now: 25th November 2025 - 11:35 PM