Search results 86

Sorted from new to old.
Card image
Microsoft Edge gestures

Microsoft Edge Right-mouse gestures I found that will really save me time ...

Card image
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Card image
ListBox bug with TabIndex

Setting TabIndex for a listbox to 0 in a Userform will have some issues when ...

Card image
Random Number in SQL

Generate Random number inside SQL using timestamp (GetDate function) One of ...

Card image
UnUnixDateTime

Convert a number represents a date in Unix format back into date, opposite of ...

Card image
Frm58

Build needed lines to create string variable having block of HTML. Provide the ...

Card image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

Card image
Macro keyboard shortcuts

Assign certain keyboard shortcut to certain macro, or clear that shortcut. ...

Card image
XMLRead

Returns array of values by an XML expression from XML file. Xmlfilepath is the ...

Card image
BS5 Cards

2 Cards design in Bootstrap 5 from

Card image
MathInsideANString

Perform math on numbers inside list of numbers in format of ANString. ...

Card image
Zoomed iframe

Show iframe zoomed or in scale Thanks to

Card image
Dark bootstrap5 css

Css and scss for dark Bootstrap 5 theme Made using

Card image
Times_inHours

Calculate the total number of hours between two times and return in format ...

Card image
Refresh Table from View

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

Card image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...