Very Simple Job Excel - Vba - Macro
Very simple job Excel - VBA - Macro - Visual Basic - VB Please see the attached spreadsheet with all details. Thanks Related posts:Looking For A Developer... [read more]
NEED BASIC EXCEL REPORTING SHEET MAYBE VBA / MACRO
HI HERE IS THE PROJECT. MY BOSS HAS +/- 40 SHOPS. THERE ARE +/- 11 MANAGERS. EACH MANAGER MANAGES +/- 2 TO 5 SHOPS. EVERY WEEK MY COLLEAGUE RECEIVES ... [read more]
Excel install a 15 day trial to it to put it in the internet
I have a program i made in excel i want to install it on my web site Related posts:Very Simple Job Excel – Vba – Macro Very simple job Excel - V... [read more]
Find And Replace String Using VBA Code
There are several ways to replace string using VBA code, by looping each cell or by using VBA Replace function. Let's say that we want to replace "Macros... [read more]
Outlook Close Loop - Macro Development
I caused myself some troubles when developing a Macro for Microsoft Outlook 2007, where part of the code was to close the active Inspector after completing a se... [read more]
Macro in excel with shapes
Hi, I need to copy the text from shapes within some ranges of a sheet in excel and paste in other ranges. There are 9 ranges that will be filled with shap... [read more]
Need excel macro to delete title rows in last page in print
Need an excel macro expert to suppress/delete the printtitle rows in the last page of excel spreadsheet while printing/print preview Hi, I need either an ex... [read more]
Paypal CSV Invoice Processing Tool/Macro
The goal from this project is to automate invoice creation and sending invoices from all the transactions from paypal .csv file. This script/software/macro y... [read more]
17 ways to Optimize VBA Code for FASTER Macros
Here is a summary of the article:Do read full article to understand the logic behind them. 1. Analyze the Logic 2. Turn off ScreenUpdating 3. Turn off 'Autom... [read more]
Data Alignment
In Excel VBA macro we can control the alignment of data in a cell, both horizontally and vertically. To change alignment, we can use the following properties of... [read more]
Function to find Unique Items in a list
It happens many times when you are writing a Macro and you need to find the unique items out of the a range of items. Suppose you have an excel sheet that ha... [read more]