From be91bdf5ee155b07ba868a2026bee7c9b10c4b1f Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:08:24 -0500 Subject: [PATCH] Fix Linguist detection for UDF_ExcelIntances.bas --- src/Pomodoro_Timer.xlsb/UDF_ExcelIntances.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pomodoro_Timer.xlsb/UDF_ExcelIntances.bas b/src/Pomodoro_Timer.xlsb/UDF_ExcelIntances.bas index b75f355..c83d4b5 100644 --- a/src/Pomodoro_Timer.xlsb/UDF_ExcelIntances.bas +++ b/src/Pomodoro_Timer.xlsb/UDF_ExcelIntances.bas @@ -1,5 +1,5 @@ Attribute VB_Name = "UDF_ExcelIntances" -'PURPOSE: The functions in this module are used to calculate the number of Excel instances currently open +'PURPOSE: The functions in this VBA module are used to calculate the number of Excel instances currently open Option Explicit