Search results 12

Sorted from new to old.
Card image
Center Userform

Looks like forcing a Userform to be in center of an application is not as easy ...

Card image
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image
Range_SaveAsImage

Exports range to an image, something we wanted to be able to do for a while now. ...

Card image
ShapeName clicked

Simple command to know which object (shape) the user clicked When you assign a ...

Card image
DirectionToggle

JS to switch direction between Right-to-Left and Left-to-Right Toggle the ...

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
Loading3 gif

Showing animated gif when ancher is clicked, uses an overlay to prevent user ...

Card image
Loading gif

Show and hide loading gif using Javascript. a simple way to control when to ...

Card image
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
ExcelMenu_onfly

Creates Excel menu on the fly, list of menu items, command actions, and icons ...

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
WaitFor + ShellWait

Tell App to wait for number of seconds and Execute command and wait for it ...