•  »
  • tagged vba

1-10 of 80 Hubssort by Hot Best Latest

Silent Connection with SAPLOGON with RFC SDK Example | RFC | Excel | VBA82

Silent Connection with SAPLOGON with RFC SDK Example | RFC | Excel | VBA

This tutorial demonstrates how to make a silent connection using VBA (or Visual Basic), either from an Excel worksheet or VB client. The tutorial uses the BAPI Control and SAP Logon Control, both of which, are included with the SAPGui and RFC SDK.

0 comments    com sap vba
Enter Data in an Excel UserForm79

Enter Data in an Excel UserForm

To make it easier for users to enter data in a workbook, you can create a UserForm. It requires some programming, and the steps are clearly shown in the following short videos. In this example, inventory data is stored on a...

8 comments    data entry excel excel vba
How to Play Gameboy Games In Ubuntu or Jolicloud79

How to Play Gameboy Games In Ubuntu or Jolicloud

Play GBA games on Linux Ubuntu & Jolicloud. If you are on Linux, give this simple guide a go!

0 comments    technology vba gameboy advance
Slope/Intercept (y = mx + b) Linear Equation Auto-Graphing Tool (Free Excel Software)78

Slope/Intercept (y = mx + b) Linear Equation Auto-Graphing Tool (Free Excel Software)

This program graphs a linear equation upon user entry of slope and y-intercept. Algebra students will hopefully find it useful.

0 comments    algebra spreadsheet visual basic
Writing excel macros- the simple way78

Writing excel macros- the simple way

MS Excel is a great tool to use in day to day data analysis. The excel functions and other nice features will do a handy job for you.  But if you know a little bit of writing excel macros then you can add immense power to your excel work sheets. By...

3 comments    excel writing excel macro
Set Table Column Descriptions in MS Access VBA78

Set Table Column Descriptions in MS Access VBA

Public Function SetTableColumnDescriptions(sTable As String) As Boolean On Error Resume Next Dim dbs As DAO.Database Dim tdf As DAO.TableDef Dim fld As DAO.Field Dim prp As...

2 comments    ms access vba
How to write a MS Excel Macro76

How to write a MS Excel Macro

Microsoft Excel is a very handy tool many of us use for our daily calculations. It can be used in simple calculations to advanced data processing. Anybody who wants to master excel, should know how to write an Excel Macro. Basically Excel macros...

3 comments    excel excel vba excel macro
Simple database development with sample Personal CDs Inventory72

Simple database development with sample Personal CDs Inventory

Personal CDs for software and/or for other things in time may get numerous enough to be misplaced for a while if not get lost permanently, needing some kind of organizing system. Keeping track of personal CDs is a simple application that may be...

0 comments    procedure database sql
Point/Slope  (y – y)= m(x - x)  Linear Equation Auto-Graphing Tool (Free Software)73

Point/Slope (y – y)= m(x - x) Linear Equation Auto-Graphing Tool (Free Software)

This program prompts user to enter an (x,y) point and slope, then graphs the associated line. Algebra students and those working with graphs of linear equations will hopefully find it useful.

0 comments    windows apps program
A Tutorial: Sales Tax Calculator Program (code) done in Visual Basic (VB)73

A Tutorial: Sales Tax Calculator Program (code) done in Visual Basic (VB)

A Visual Basic tutorial which builds a sales tax cost calculator including form-based user interface.

0 comments    microsoft program cost
Please wait working