Search results 102

Sorted from new to old.
Card image
Shortcuts (rundll32.exe)

Shortcuts to do certain commands in Windows (tested in Windows 7) Shutdown, ...

Card image
Wordpress drop-down menu

Add dropdown with User login, logout into menu. This code used to replace "nav. ...

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image
ApplyValidation_DropDown

Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

Card image
FoldersIn5

Creates list of subfolders and subfolders of each down to 5 levels Folder ...

Card image
WorkbookSaveAsk_ANmar

Asks user to save file (or workbook) using GetSaveAsFilename method. Returns ...

Card image
WorkbookOpenAsk_ANmar

Asks user to browse to a file and return full path and file name if they do, ...

Card image
Win10 User Folders

I hate it when Microsoft takes back some controls it already gave to users, one ...

Card image
XLThumbView

Showing thumbnails inside sheet and enlarging each when click

Card image
DownloadFile_User

Downloads file to user, asking user where to save or to open downloaded file

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

Card image
TimeRound

Rounds the number of minutes to the nearest quarter of half like 4:32 to 4:30 ...

Card image
DirsCombo_Read

Read directories in a specified folder into a combobox Needs FrmBr having Cbo1

Card image
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...