I made a couple recent posts regrading mapping, encoding, decoding, all web related stuff
so I thought I’d demonstrate how one can use VBA to dynamically create, or manipulate, an HTML document.
I made a couple recent posts regrading mapping, encoding, decoding, all web related stuff
so I thought I’d demonstrate how one can use VBA to dynamically create, or manipulate, an HTML document.
In my previous article
I demonstrated how we could easily encode a URI/URL, taking
https://www.bing.com/maps/?v=2&where1=Mount Rushmore National Memorial,13000 SD Highway 244, Keystone, SD, United States
and, depending on the technique used, returning
https://www.bing.com/maps/?v=2&where1=Mount%20Rushmore%20National%20Memorial,13000%20SD%20Highway%20244,%20Keystone,%20SD,%20United%20States
or
https%3A%2F%2Fwww.bing.com%2Fmaps%2F%3Fv%3D2%26where1%3DMount%20Rushmore%20National%20Memorial%2C13000%20SD%20Highway%20244%2C%20Keystone%2C%20SD%2C%20United%20States
Today, I thought it wise to explore how we can do the inverse, that is decode and HTML URI/URL back to plain text.
So in my previous post
I demonstrated a couple techniques to encode/decode a URL/URI.
Today, I thought I’d demonstrate how easy it is to encode a text string into HTML with the proper HTML entities for special characters, and decode an HTML string back to plain text.
After presenting a couple recent articles on mapping
in which we build up a URL and then needed to replace certain characters to make it compatible with Google/Bing… I thought I’d share a couple functions that can do this more efficiently and perform URL/URI encoding.
I recently wrote a couple articles about integrating progress bars into application:
Excel (using Conditional Formatting)
MS Office (using a Userform)
Since Microsoft Access is unique in that is has it’s own native forms, today I would like to demonstrate how we can create a standard form and with a little ingenuity and VBA code, we can create a simple, reusable progress bar to display the progress of iterative and/or multi-step processes.
After demonstrating how easy it was to use Google Maps to display a map of an Address or Geolocation coordinates in my article
I wanted to demonstrate that the same was true for mapping with Microsoft Bing Maps.
Yep, another round of updates, another database issue. This time it’s a doozy potentially breaking Microsoft ODBC SQL Server.
This is the first in a series of articles on Mapping within Access using the Web Browser control. Today, I thought I’d demonstrate how easy it is to provide a map of an address to your users using Google Maps.
So a few days ago I published an article about using conditional formatting to create a progress bar in an Excel Worksheet to display, in real-time, the progress of some process to your users. You can read all the details at:
That said, I then pushed a little further to create a reusable progress bar utilizing a Userform that could be incorporated within any Microsoft Office application and that works as a pop-up overlay to display the progress of a process.
I wanted to properly document a recent problem I experienced with Google which I briefly mentioned in my post:

I am hoping that I can provide a few links and help others in a similar position as Google offers no easy way to locate this information. At least I found it very difficult to find truly helpful information.