VBA 78 Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel

Card image cap
FilesKill

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

Card image cap
ImageOpen_IfranView

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

Resources.zip

Card image cap
Screenshot_IrfanView

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

Card image cap
ConvertImage_IrfanView

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

Card image cap
Inputbox vs Application.Inputbox

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

Card image cap
MouseDown and MouseUp in FM20 controls

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

Card image cap
CTRL+K,C

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

Card image cap
ChrW

Insert special characters inside Cell, using ChrW

Card image cap
PCase (ProperCase)

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

Card image cap
Textbox focus issue fix

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

Card image cap
Ask4Folder

Asks user for a folder, starting with certain folder

Card image cap
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...