Here is a list of some of our Windows applications we are making available for people to download and use.

The applications linked to by this page remain the copyrighted material of Abbydale Systems. You are free to use the material but please honor the copyrights.

As always you are free to use this code but the usual disclaimers apply.

By downloading code from this page you agree to the terms of the disclaimer.

The programs have run successfully on both Windows 10 and Windows 11.

Name
Description
  
AddTrendChartThis code demonstrates how to add a trend chart to a worksheet in VBA.

Link to information page click here.

CompareDatesThis code demonstrates how to compare two dates that have been entered as stings (i.e. 12/25/1999) without having to break them down into years, months etc.

Link to information page click here.

CountNonBlankRowsThis code will return a count of how many rows are non-blank within a specified range.

Link to information page click here.

DisableEnableThis code demonstrates how to disable and re-enable Excel functions like Screen Updating etc.

It is often advisable to disable Excel's autocalculate and other events for the duration of your program's execution in order to stop a user's screen from changing while code executes.

DIV0This single line of code shows how to get rid of those pesky #DIV/0! errors that occur when a cell is empty or contains a 0 (zero).

By doing this you don't get to see the #DIV/0 error and the spreadsheet looks a lot cleaner.

DropFirstWordThis code will drop the first word from a text string.

There may be several different ways of performing the same function but this one works just fine.

EliminateDivideErrorThis code shows how to get rid of #DIV/0! errors that occur when a cell is empty or contains a 0 (zero).

Please follow the link below to see how to eliminate these errors without using VB.

Link to information page click here.

FormatHoursToHoursAndMinutesDemonstrates how to convert a field that contains just a total of minutes into hours and minutes.

GetAllFilesInFolderThe code here demonstrates how to process all the files within a particular selected directory.

The files listed can be filtered by changing the file selection criteria.

GetLastWordThis sample code shows how to get the last word of a string.

We understand that there are many ways of achieving this but we use this way as it does not require hard coding length, numbers of words etc. and can be done in one line.



Page #1  2  Next  Last  
 
 


If you need any support or assistance with any of the code on this site
or
if you would like to contact us, please click here

follow us on facebook
Follow us on Facebook

 



Copyright © Abbydale Systems LLC 2015-2026

Abbydale Systems LLC Lic. 802696149. All rights reserved.

Last modified : Friday 21st of March 2025