- Hubs »
- tagged vba
1-10 of 80 Hubssort by Hot Best Latest
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 commentsEnter 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 commentsHow 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 commentsSlope/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 commentsWriting 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 commentsSet 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 commentsHow 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 commentsSimple 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 commentsPoint/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 commentsA 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









