Search results 469

Sorted from new to old.
Card image
Fancybox iframe

This is to demonstrate how to call a Fancybox from inside an iframe into parent ...

Card image
Arabic VS Hindi numbers

Settings to force Microsoft Word to show Hindi numbers with Arabic text, or ...

Card image
CSS file icons

Create file icon for any extension using css only, no images

Card image
file icons in CSS

Pure CSS file icons, for any extension, no image

Card image
On Off button

Toggle buttons Win10 style

Card image
CSS3 Progressbar

A progress-bar in pure CSS3, used before we got Bootstrap :-)

Card image
RoundMinutes

Rounds time into nearest quarter up or down, half up or down based on argument ...

Card image
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...

Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image
OpenOffice Calc

OpenOffice programming with Visual Basic Some document I had for my reference.

Card image
FormatPhoneNumber

Formats a given 10 digit number into a nice looking phone number

Card image
FormatMyDate

Formats a date, equivalent to VB6 function 'Format' Also with it, you will ...

Card image
Val2

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