Cuby tutorial Github : https://github.com/Ciurmy/Addin-Ciurmy-Cuby-VBA.

Slides:



Advertisements
Similar presentations
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
Advertisements

WILEY GUIDE TO CREATING USER REGISTRATION ON WILEY ONLINE LIBRARY
Using Clarizen – sample scenario
Using Microsoft ® Excel Formulas and Functions Start Microsoft ® Excel. Type data into cells as shown.
Introduction to Using Microsoft Excel and Spreadsheets Click to continue.
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
Object Linking and Embedding Objective 6.02 Linking and Embedding.
Tutorial 12: Enhancing Excel with Visual Basic for Applications
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT EXCEL Lesson 7 – Working with Multiple Worksheets.
Tutorial 7: Using Advanced Functions and Conditional Formatting
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 6 1 Microsoft Office Excel 2003 Tutorial 6 – Working With Multiple Worksheets.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
Tutorial 11: Connecting to External Data
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Monte Carlo Simulation in Excel Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
Goal Seek & Solver Bernard Liengme In Jan 23 folder.
MS Excel Lesson 5 – Creating Formulae. MS Excel - formula All formulae start with an = sign as seen in the formula box. Formulae designate cells rather.
Pareto Charts In Excel. The first step in putting a Pareto Chart together is to create a Frequency Table. To do this we need to define the categories.
How to make a zip file A simple tutorial created for my mom Use your keyboard’s up/down keys to navigate. Esc to close.
Tutorial 8: Working with Advanced Functions
Class Agenda – 10/24/2013 Recap Access part of the class. Learning objectives and methods for Excel part of class. Demonstrate using Lynda.com for extra.
Learn how to figure out dates using formulas in Excel What dates mean to Excel There’s a difference between what dates mean to you and what they mean to.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
Formulas and Advanced Features R003. AO1: Use Formulas & features in your spreadsheet Invoice sheet Absolute cell reference Macros Conditional Formatting.
Microsoft Excel Walking Through a Tutorial
Using Advanced Formatting and Analysis Tools. 2 Working with Grouped Worksheets: Grouping Worksheets  Data is entered simultaneously on all worksheets.
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
AGB 260: Agribusiness Information Technology Tables.
253 Agenda Overview Review Roles Lists Libraries Columns.
[1] Intro The following instructions will show you how to create an Excel worksheet that allows students to take multiple choice tests (practice or real)
ET QRG Update Quote: for pulling streaming market data. 2. History: for pulling historical data and displaying in a variety.
Formula? Unit?.  Formula ?  Unit?  Formula?  Unit?
Excel Accountant Use Formulas Add numbers Make address list.
DAY 10: EXCEL CHAPTER 8, 9, 10 Tazin Afrin September 23,
Microsoft Excel P.6 Computer Studies Chapter 1 – Introduction of Microsoft Excel What is Microsoft Excel? Microsoft Excel is a software for.
Chapter 2: Excel Basics and Formatting Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Introduction to Excel Please use speaker notes for additional information!
Spreadsheets Lesson 1: Introduction. Lesson Objectives To understand what a spread sheet is and how it can be used To identify the features of a spreadsheet.
T.J. Poland.  Open Excel and notice the columns and rows.  In the top row and first column fill in your.
AS Level ICT Data entry: Creating validation checks.
M4 BTEC Level 3 Subsidiary Diploma in ICT. Technical Documentation The technical documentation may be a section in the user documentation or could be.
Create Question Ranges of 100 With the help of “&” Formula.
Chapter 2: Excel Basics and Formatting Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
Transportation Agenda 229. Transportation About SharePoint and Office SharePoint and Office are tightly integrated You can create SharePoint lists from.
On MyPyramid Tracker’s home page, you need to check MyPyramid Tracker System Requirements for the site before you begin.
Introduction to Spreadsheets The ‘Quick’ and ‘Easy’ guide to using Microsoft Excel.
VBk Practical Mathematics and Microsoft Excel Course Line graphs WINCHESTER COLLEGE.
Use Case Diagrams A Detailed Description. Use Case Diagrams Use case diagrams describe relationships between users and use cases A use case is a (usually.
My Website By : Peter Problems while building website These are the problems I had to overcome while building my site. Getting pictures to be the same.
Exploring Microsoft Office Exploring Excel Appendix C
AGB 260: Agribusiness Data Literacy
Using Advanced Functions and Conditional Formatting
Integration By Substitution And By Parts
Excel Solver.
Excel Spreadsheets 8/11 I can… BW… Complete a pre-assessment for Excel
Using Excel to Make a Graph
Using the Electrocon Online Forum
Introduction to Excel Spreadsheets I can…
How to send messages to students and other SimpleVLE users
Enter the name of Website and press enter key
Lesson 16 Using What-If Analysis
Excel: Tables Participation Project
Chapter 6 Lesson 5.
Mr Watson’s Introduction to Spreadsheets
Microsoft Office Excel 2003
Pivot tables and charts
By the end of the lesson, I want you to be able to say…
Stored program in a washing machine
IF Function A spreadsheet can perform many calculations.
Presentation transcript:

Cuby tutorial Github :

Add the Addin to additional component of Excel Add the Addin ‘Ciurmy_Cuby_Addin’ Go to additionals components in options Go to Excel Options

cuby_help() Type in a cell of the sheet: cuby_help() You see the params for every formula

cuby_set() To store a tables of data (called Cuby): Type in a cell of the sheet: cuby_set() Put inside the formula: Login parameters The name of cuby (id_name_cuby) The range of tables a message for the reader (optional)

cuby_get() Tot get the Cuby stored: Type in a cell of the sheet: cuby_get() Put inside the formula: Login parameters The name of cuby (id_name_cuby)

cuby_report() To see all Cuby or one in particular: Type in a cell of the sheet: cuby_report() Put inside the formula: Login parameters In id_name_cuby : the name of cuby or nothing (to see the report of all Cuby stored)

cuby_create_link() To store a public Cuby that all can see (also for the users not registered in Ciurmy): Type in a cell of the sheet: cuby_create_link() Put inside the formula: Login parameters In id_name_cuby : the name of cuby The number of days in which the Cuby is public

cuby_from_link() To get a public Cuby: Type in a cell of the sheet: cuby_from_link() Put inside the formula: link of Cuby (this link has been created using cuby_create_link) Choose the cell for writing of the Cuby