VBA: Find and Replace in a String

========= QUESTION --------- How do I do a find and replace within a string using VBA? How do I replace a character in a string?   ========= ANSWER --------- see EXAMPLES   ========= EXAMPLES --------- Sometimes you will stumble across someone having entered a phone number in a database with a "/" between the area [...]

By |2017-12-01T23:47:34+00:00December 7th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA: Find and Replace in a String

How do I check the availability of a domain name for registration?

========= QUESTION --------- We need to see if a new domain name we would like to register is available - how can we do that?   ========= ANSWER --------- You can always simply email your sales rep @anySiteHosting.com, or support@anySiteHosting.com and we can check into it for you. --------- You can also browse on your [...]

By |2017-12-01T23:47:34+00:00December 6th, 2011|anySiteSolutions.com, Computers, Domain Name Registration, Domains / DNS, Internet/Web|Comments Off on How do I check the availability of a domain name for registration?

Insert ASCII or Unicode (special characters) into documents

========= QUESTION --------- I am working on a report in Microsoft Access and would like indicate with a down or an up arrow that the report is sorted on a particular column. How do I show a down or up arrow in the text of the column header?   ========= ANSWER --------- It is very [...]

By |2011-12-06T07:18:26+00:00December 6th, 2011|Computers, Documentation, Keyboard|Comments Off on Insert ASCII or Unicode (special characters) into documents

How do I use FileZilla FTP software to upload content to the web server?

I need to upload or download files to or from the web server - how do I do that using the free FTP client software, FileZilla? Visit http://filezilla-project.org/ Click the Download FileZilla Client link or button Click the recommended download link for your computer platform (Windows, Mac, Linux, etc) Once the file has downloaded, execute [...]

By |2019-08-30T17:59:36+00:00December 4th, 2011|anySiteSolutions.com, Computers, Documentation, FileZilla, FTP, FTP|Comments Off on How do I use FileZilla FTP software to upload content to the web server?

How do I print from my iPhone, iPad, or iPod?

========= QUESTION --------- How do I print from my iOS device (iPhone, iPad, iPod)?   ========= ANSWER --------- Apple's Air Print is the ideal solution for this. AirPrint capability is built in to iOS v4.2 or later, and is very simply called via the action button in many applications. (example: open an email and click [...]

By |2017-12-01T23:47:35+00:00November 28th, 2011|Apple, Cell Phone, Computers, Documentation, iOS, iPhone|Comments Off on How do I print from my iPhone, iPad, or iPod?

ODBC: Save your password in the Registry

========= QUESTION --------- Can you save your ODBC user and password in the registry to avoid having to re-enter your password every time you connect to the database?   ========= ANSWER --------- Yes - though it seems to work better in older versions of Oracle than newer ones. Open your Registry Editor (Run, RegEdit) Navigate [...]

By |2017-12-01T23:47:35+00:00November 23rd, 2011|Computers, Documentation, Microsoft, ODBC, Oracle, Windows|Comments Off on ODBC: Save your password in the Registry

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?

WordPress White Label or CMS

========= QUESTION --------- Can I white label or setup WordPress without all the WordPress branding?   ========= ANSWER --------- yes - see EXAMPLES   ========= EXAMPLES  --------- PLUGINS --- White Label CMS Web Editors CMS CMS Dashboard   ========= APPLIES TO / KEY WORDS --------- WordPress Custom No Branding No Logo Custom Logos   ========= [...]

By |2011-11-08T15:33:02+00:00November 8th, 2011|Computers, Documentation, Internet/Web, WordPress|Comments Off on WordPress White Label or CMS

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
Go to Top