Import .NK2 files or Suggested Contacts into Outlook 2013

========= QUESTION --------- How do I import my old .nk2 files or Suggested Contacts into my new Outlook 2013 install?   ========= ANSWER --------- Make sure the NK2 files are in the following folder: %appdata%MicrosoftOutlook Note the file must have the same name as your Outlook Profile (default profile is named "Outlook") Start, Run, outlook.exe [...]

By |2013-06-22T12:21:56+00:00June 22nd, 2013|Computers, Documentation, Microsoft, Outlook|Comments Off on Import .NK2 files or Suggested Contacts into Outlook 2013

Dropbox: How do I download a file I have a link to?

========= QUESTION ---------A client just sent me a link to a .mov file on their dropbox and whenever I click the link, the video just plays. How do I DOWNLOAD the file, rather than just playing it?   ========= ANSWER ---------Amazingly simple, actually, as of the time of this writing: Simply add the following text to the [...]

By |2017-12-01T23:47:27+00:00June 10th, 2013|Computers, Documentation, Dropbox|Comments Off on Dropbox: How do I download a file I have a link to?

mySQL Client Software

========= QUESTION ---------Is there a local software client I can install on my Windows or Mac computer to manage my mySQL databases?  I am tired of using PHPMyAdmin   ========= ANSWER ---------Windows--- http://www.heidisql.com/download.php --------- Macintosh--- http://www.sequelpro.com/download --Worked very well - the export of the entire database to a sql file, and then subsequent import to the new database ran [...]

By |2017-12-01T23:47:27+00:00June 9th, 2013|Computers, Documentation, MySQL|Comments Off on mySQL Client Software

VBA RND() Function: Pick a random number

========= QUESTION ---------How do I generate a random number between X and Y?    ========= ANSWER ---------See EXAMPLES    ========= EXAMPLES --------- Int ((999 - 100 + 1) * Rnd + 100) would return a random number between 100 and 999   ========= APPLIES TO / KEY WORDS --------- Random Numbers    ========= REF ---------http://www.techonthenet.com/excel/formulas/rnd.php   ---http://anySiteSupport.com [...]

By |2013-06-04T19:39:01+00:00June 4th, 2013|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA RND() Function: Pick a random number
Go to Top