VBA 135

Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel
Sorted from new to old.
Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
Is64Bit

Determine if system is 64 bit or not. Related to

Card image
WebBrowser control issue

Issue and fix in webbrowser control

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
MinOfArray

Gets the id of an item with minimum in an array of numbers, with option

Card image
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image
FilesKill

Delete Multiple Files (with WildCards) To delete multiple files from a ...

Card image
ImageOpen_IfranView

Opens an image using Irfanview (i_view32.exe attached which also inscludes a ...

Card image
Screenshot_IrfanView

Saves a screenshot of the entire screen into a file using IrfanView (i_view32. ...

Card image
ConvertImage_IrfanView

Converts an image from any image into any image using IrfanView command line ...

Card image
Inputbox vs Application.Inputbox

fm20.dll has another inputbox to be used It is smaller, maybe more straight ...

Card image
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image
CTRL+K,C

Comment and de-comment lines quickly in VBE Create shortcuts inside VBE to ...

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...