FTP: Pass user and pass in url to Windows Explorer

========= QUESTION --------- I want to provide our users a quick url to access our FTP site without them having to type in their username and password. Is this possible?   ========= ANSWER ---------Yes - simply have them type the following into the address bar of Windows Explorer:  ftp://USER:PASS@FTPHOST   To provide a shortcut file on [...]

By |2014-03-16T09:35:58+00:00March 16th, 2014|Computers, Documentation, FTP, Internet/Web, Microsoft, Windows Explorer|Comments Off on FTP: Pass user and pass in url to Windows Explorer

Outlook: Disable Outlook security prompt for sending

========= QUESTION ---------How do I disable the Outlook security prompts when I am using another program to send email?   ========= ANSWER ---------There are likely dozens of different options out there - one of our favorites though has been using this third party program:  http://www.contextmagic.com/    ========= EXAMPLES ---------   ========= APPLIES TO / KEY [...]

By |2014-03-16T07:39:33+00:00March 16th, 2014|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook: Disable Outlook security prompt for sending

Hosted Exchange: Change your domain name

========= QUESTION --------- We use anySiteHosting.com's hosted exchange service, and need to change our email domain name for example from OldDomain.com to NewDomain.com (MyEmail@OldDomain.com now needs to be MyEmail@NewDomain.com)   ========= ANSWER --------- First verify the new domain name.  Then logon to the Hosted Exchange portal, click Admin, Users and Groups. Select the checkbox for all users, [...]

By |2017-12-01T23:47:26+00:00March 15th, 2014|Computers, Documentation, Email, Exchange, Internet/Web, Microsoft|Comments Off on Hosted Exchange: Change your domain name

Deleting cached address from NK2 doesn’t fix NDR

========= QUESTION ---------We migrated our Exchange server to anySiteHosting.com's hosted Exchange service, and now when send new emails we get NDR 5.1.1 errors even after deleting the NK2 file or cached email addresses.   ========= ANSWER ---------This issue occurs because the value for the LegacyExchangeDN attribute changed. The auto-complete cache in Microsoft Outlook and in [...]

By |2014-03-15T18:01:39+00:00March 15th, 2014|Computers, Documentation, Email, Exchange, Internet/Web, Microsoft, Outlook, Outlook Web Access|Comments Off on Deleting cached address from NK2 doesn’t fix NDR

Windows 7 Disable Activation

========= QUESTION ---------How do you disable Windows 7 Activation prompts?  I have Windows 7 and have not been able to activate it, and now I can't browse the web - how do I fix it?   ========= ANSWER ---------Open Services (Start, Run, Services.msc) Find the "Software Protection" service Double-click to open the Properties window. Set Startup [...]

By |2014-03-02T19:30:19+00:00March 2nd, 2014|7, Computers, Documentation, Microsoft, Windows|Comments Off on Windows 7 Disable Activation

Outlook 2013 Spell Check Not Working

========= QUESTION ---------I recently upgrade just my Microsoft Outlook install to 2013, and left my other Microsoft Office apps like Word, Excel, etc at the previous version. Ever since then, Outlook spell check does not work. Most missed is the red underline for misspelled words as I type.  When I go into File tab, Options, and [...]

By |2017-12-01T23:47:26+00:00December 1st, 2013|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook 2013 Spell Check Not Working

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

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

Access: VBA: Run several buttons at once

========= QUESTION --------- Is it possible to code the event on one button to execute several buttons at once on an Access Form?   ========= ANSWER --------- Yes - simply enter the following in the code for the 'master button'  Private Sub MasterButton_Click()    Call Button1_Click    Call Button2_ClickEnd Sub   ========= EXAMPLES ---------   ========= APPLIES [...]

By |2017-12-01T23:47:27+00:00May 7th, 2013|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: VBA: Run several buttons at once

Office 2013: ReActivation or Redemption

========= QUESTION ---------I purchased Office 2013 and then needed to reinstall it on another computer. I can't figure out how to do this.    ========= ANSWER ---------Logon to: http://Office.com/MyAccount Sign in using the email account you used to redeem the product key the first time.From there, find the option to REDEEM instead of activate and you [...]

By |2013-04-14T16:03:07+00:00April 14th, 2013|Computers, Documentation, Microsoft, Office Suite|Comments Off on Office 2013: ReActivation or Redemption
Go to Top