Convert Publisher File to Word Document

========= QUESTION --------- How do I convert a file in Microsoft Publisher to a Microsoft Word Document?   ========= ANSWER --------- Apparently the best way to do this is to save the TEXT of the Publisher file to a Word document first, and then copy over any images, etc... There does not appear to be [...]

By |2017-12-01T23:47:35+00:00November 14th, 2011|Computers, Documentation, Microsoft, Office Suite, Publisher, Word|Comments Off on Convert Publisher File to Word Document

Do I have Microsoft Office 32bit or 64bit installed?

========= QUESTION --------- How do I tell which edition (32 bit / x86 or 64 bit / x64) of Microsoft Office I have installed?   ========= ANSWER --------- From any Microsoft Office application, select File, HelpOn the right side, you will see a version number in the following format:14.0.####.#### (##- bit)If the application version number [...]

By |2011-11-10T16:07:03+00:00November 10th, 2011|Computers, Documentation, Microsoft, Office Suite|Comments Off on Do I have Microsoft Office 32bit or 64bit installed?

VBA: Disable Button after Clicking

========= QUESTION ---------I want to disable a button after the user has clicked it in my Form - is this possible?   ========= ANSWER --------- Very simple - see EXAMPLES   ========= EXAMPLES --------- clickedButton.Enabled = false   ========= APPLIES TO / KEY WORDS --------- Microsoft Access VBA Button Command Button Enable Disable   ========= [...]

By |2017-12-01T23:47:35+00:00November 2nd, 2011|Computers, Documentation, Microsoft, VBA|Comments Off on VBA: Disable Button after Clicking

CPanel: Add Firewall Exception

========= QUESTION --------- We need to add a firewall exception for one of our client's dedicated IPs to avoid the CPanel auto lockouts, etc.   ========= ANSWER --------- > To remove an IP from the block list and add it to the allow/ignore lists:-- Log in to WHM with your root account-- In the find [...]

By |2017-12-01T23:47:35+00:00November 1st, 2011|Computers, CPanel - WHM, Documentation|Comments Off on CPanel: Add Firewall Exception

Restrict a table to a single record

========= QUESTION --------- I use a table called Parms in my database to store application specific parameters.If a user accidentally added a record to this table, instead of simply editing the single record containing the appropriate values, it would cause major issues for the application. Is there a way to restrict a table to contain [...]

By |2017-12-01T23:47:35+00:00October 28th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Restrict a table to a single record

Notepad++: Find and Replace with Carriage Return

========= QUESTION --------- I need to do a find and replace in a large text file, but I want to replace the found text with a carriage return (as if I had hit the return key on the keyboard) instead of general text.   ========= ANSWER --------- Use Notepad++'s Extended Search mode! Do a normal [...]

By |2017-12-01T23:47:35+00:00October 27th, 2011|Computers, Documentation, Notepad++, Text Editors|Comments Off on Notepad++: Find and Replace with Carriage Return

Can I backup my VBA code?

========= QUESTION --------- I have been having a lot of trouble lately with my Microsoft Access database files being corrupted and losing all of my code. (a sometimes fix for this: http://www.anysitesupport.com/error-microsoft-access-has-stopped-working/) The scary thing is even when I attempt to open the backups, they may work, but the code still disappears! Is there a [...]

By |2017-12-01T23:47:35+00:00October 26th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Can I backup my VBA code?

How do I turn off Personal Hotspot?

========= QUESTION --------- I want to plug my iPhone into my computer to charge the battery or sync to iTunes, but I do not want to use it as a Personal Hotspot, because I have a better wireless or wired network connection instead. How do I disable the Internet connection through my phone?   ========= [...]

By |2017-12-01T23:47:36+00:00October 26th, 2011|Apple, Computers, Documentation, iOS|Comments Off on How do I turn off Personal Hotspot?

VBA: String Manipulation

========= QUESTION --------- What are some ways I can manipulate strings within VBA?   ========= ANSWER --------- see EXAMPLES   ========= EXAMPLES --------- Title field has values like: Company Manager, Company Assoc, Company Director, etc...Remove Company: =IIf([Title] is null,"",Replace([Title],"Company ",""))   ========= APPLIES TO / KEY WORDS --------- Microsoft Access String Manipulation Strings VBA   [...]

By |2011-10-25T10:23:53+00:00October 25th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA: String Manipulation

View Available Wireless Networks is missing

========= QUESTION --------- I want to use Windows to configure my wireless network connections, but my computer or network hardware manufacturer's software has disabled this feature. How do I re-enable it?   ========= ANSWER --------- Windows XP The issue is the Wireless Zero Configuration service has been disabled or stopped. Open the Services applet from [...]

By |2017-12-01T23:47:36+00:00October 21st, 2011|Computers, Documentation, Microsoft, Networking, Windows, Wireless, XP|Comments Off on View Available Wireless Networks is missing
Go to Top