... "Extensions". No MSDN website said this... obvious to Microsoft staff so why should their documentation include it?
Workaround (applies for any dll)
You right-click on the "references" folder, ...
...
This returns the number of unique values in the range A3 to A1000 and excludes the blank/empty cells.
Display all Unique
Found this note on one of Microsoft Help sites:
Office 2010:
Select the ...
... Language: English
; Platform: Microsoft Windows 11
; Author: Joel Lipman
; Version: 1.0
; Description: This program will generate a clean Attachments.zip and its Attachments.csv to upload ...
... someone may want to open this in Google Sheets or Microsoft Excel:
//
// init
l_NewCSVrows = List();
v_ThisEventTime = zoho.currenttime;
//
// loop through dataset
for each r_Event in zoho.crm.getRecords("Events", ...
Applies To:
Microsoft Windows 7 Professional v6.1.7601 32-bit
AutoHotkey v1.1.33.02
What?
This is a copied article just to store a permanent reference for if I ever need to build an app similar ...
Applies To:
Microsoft Windows 10 Pro v10.0.18362
What?
This is a list of apps that if run via the run command, or used in a desktop shortcut, or that you want to include in automation software such ...
Applies to:
Microsoft Windows 7 Professional - Service Pack 1
AutoHotkey v1.1.33.02
What?
So this is the documentation for a snippet of code that will list files of a directory using an AutoHotkey ...
... above will work.
Currently this only appears to accept Microsoft Word Documents and Adobe PDF files! Applicable to Zoho Books. If the user attaches text files (TXT) these will only attach to the Sale ...
Applies to:
Microsoft Windows 10
AutoHotkey 1.1.30
What?
Yay for Microsoft Windows 10 in joining the rest of the Operating Systems in implementing multiple desktops. So if you have a Mac or Linux ...
Applies to:
Windows Live Mail 2012
What?
A quick article on how to update the Microsoft Live Server URL for Hotmail using Windows Live Mail. Well how to deactivate an account and set up a new ...
... XMLHttpRequest to read file
// (works at time of print (2015-10-05))
var xhr = !window.XMLHttpRequest ? new ActiveXObject('Microsoft.XMLHTTP') : new XMLHttpRequest();
// open ...
... called read_product_id.vbs
Copy the following code to the file:
Set wshShell = CreateObject("Wscript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
Function ...
What?
A quick article on a function to allow the user to take a photo using their built-in camera or to choose an existing photo from their gallery.
Why?
I wanted both options to be available ...
Applies To:
Microsoft Windows 7 Pro
Android Studio v0.8.6 beta
Java Development Kit v1.8.0_20
What?
The article below serves as a checklist to ensure I don't release an app that only displays ...
Applies to
SITS:Vision v8.7.0
Uniface v9.6.03
Microsoft Windows 7
Microsoft SQL Server 2012 (SP1) - 11.0.3128.0
What?
"Quick" may not be the right word, so this is a somewhat summarized ...
Applies to:
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2012
What?
These were in a solution and I thought I'd note them on my site so I can refer to them more easily.
How?
Let' ...
Applies to:
Microsoft Windows 7 Enterprise
SITS:Vision Students (v8.7.0)
What?
You might be able to work it out from the online manuals but it took me a while, we wanted to bring back both the ...
Applies to:
Microsoft Windows 7 Professional
Ms-DOS Command Prompt (6.1.7601)
What?
A quick article on how to rename multiple files using the command prompt and a bit of string manipulation. ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.