Posted in VBA

Eliminating diacritics

There are some situations when we need to use, in MS Office applications (eg Excel), certain words without…

Continuare...
Posted in MS Excel VBA

The lowest and highest value simultaneously formatted

If we have several intervals where we want to highlight, through conditional formatting, the lowest and the highest…

Continuare...
Posted in MS Word VBA

Remove own styles at once

Sometimes, if we have to format various retrieved documents, we may realize that the phrase “better to redo…

Continuare...
Posted in MS Word VBA

Letter spacing button

To be able to use it in all Word files, you can work directly in the normal.dotm template….

Continuare...
Posted in MS Excel VBA

Worksheet dynamization

I appreciate some features that I have used in specific applications where, for example, the width of a…

Continuare...
Posted in MS Access VBA

Decimal Truncation

In MS Access, there may be situations, more rarely, when you don’t want to round some numerical values…

Continuare...
Posted in MS Excel Projects VBA

Automatic rounding for a range of cells

If it is desired that, in a sheet, numerical values be formatted and displayed by rounding with a…

Continuare...
Posted in Windows

The alternative to Logout, by locking the Windows screen

Sometimes is useful to lock the screen, if you leave the computer (the main reason may be related…

Continuare...
Posted in PHP Projects

Password reset form

One of the simplest methods is where the user is in our database with an email. In order…

Continuare...
Posted in PHP

Active menu highlighted

If you want to highlight the active menu, it can be done in a relatively simple way, by…

Continuare...