Skip to content

Commit

Permalink
adicionados links para Excel e Outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
cfprocha committed Feb 23, 2021
1 parent ecb288c commit aac1ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VBA/Excel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Solutions here:

- **Link Shortener (lnk-sht):**
- **Link Shortener ([lnk-sht](https://github.com/cfprocha/codigos/blob/main/VBA/Excel/lnk-sht.md)):**
This macro will shortener the hyperlink in the active cell. Sometimes at work you need to compile multiple informations in one single spreadsheet, and this includes hyperlinks to external data. The problem is: Hyperlinks dont have the same size, so to make it standard you need to shorten them, here I will use Bitly to shorten hyperlinks and make all the same size.
- **Create a timer to run a macro (tmr):**
- **Create a timer to run a macro ([tmr](https://github.com/cfprocha/codigos/blob/main/VBA/Excel/tmr.md)):**
A macro will be run after a certain time. Sometimes you create a macro you want to run several times, after a specified time interval. When you run "minhaMacro" bellow you will make it run after each 15 minutes, and if you ever need it to stop, simply run "paraTimer".
2 changes: 1 addition & 1 deletion VBA/Outlook/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Solutions here:

- **Send Mass Mail from a folder (mass-msg):**
- **Send Mass Mail from a folder ([mass-msg](https://github.com/cfprocha/codigos/blob/main/VBA/Outlook/mass-msg.md)):**
This macro allow you to use a folder to store drafts with many recipients and then send individual messages to each one of them. Sometimes you have to send the same message to a lot of recipients and you would like to create the impression it was writen individually. Using this macro you can create a draft inserting all recipients separated by ";" in its "To" field, insert the subject and body text and them send it individualy to each and every one.

0 comments on commit aac1ef2

Please sign in to comment.