Posts

Comcast will use your service to offer WiFi to other customers

Image
Yes, you heard that right! If you're a Comcast customer and you rent a cable internet modem from them, then it has a separate wireless channel that other Comcast customers can use. This means as a Comcast customer, you can surf the Internet from any neighborhood where Comcast has an install base. While in theory I like the flexibility as a Comcast customer to get WiFi anywhere ( Xfinity WiFi Hotspots ), in practice I'm not too pleased. Why I'm not pleased. I pay Comcast to have their Internet service, which enables this capability. I pay another $8 to rent their modem, which is also required for this capability. I was never asked; my account was opted-in. If I have an issue with my connection, I have to hold a long time (typically), and if something is wrong at my end, I have to pay for them to correct, yet again Comcast benefits from my service working. If you live in an apartment complex, Comcast advertises your apartment complex on the list of available hots

Firefox Status Bar gone missing? Let's bring it back!

Image
With the release of Firefox 29, the Status Bar workaround no longer worked. I don't recall when it stopped displaying, but now there's no option. I found a handy add-on that brings back the Status Bar, Status-4-Evar , so my other add-ons display again.

Remove all hyperlinks within Excel

Image
Ever copy a webpage of data into Excel, and it brings along a bunch of hyperlinks? Of course, it isn't practical to remove each hyperlink manually. Fortunately, there are a couple of options to perform a bulk removal of hyperlinks. Note that I'm using Excel 2007 in my examples. OPTION 1 Select the cells that contain hyperlinks. On the Home tab, in the Editing section, click the Clear drop-down arrow. Click Clear Hyperlinks . I have found in some cases that the Clear Hyperlinks option isn't available. In those cases, use option 2 below. OPTION 2 Use the following macro: Sub NoMoreHyperlinks() ActiveSheet.Hyperlinks.Delete End Sub For those of us that need a reminder on how to create macros, here's a more detailed process. Press Alt-F8 to display the Macro dialog box Enter a new macro name (such as "NoMoreHyperlinks") in the text box just below "Macro name:" - This will change the Create button from an inactive to activ

Helpful Outlook Shortcuts

I'm always looking for shortcuts to reduce the time I spend moving the mouse. My company just sent this email with a few helpful Outlook shortcuts, and therefore I'm sharing them with you... Outlook 2010 Shortcuts Ctrl + E will help you find a message or other item. Ctrl + Alt + R will reply to an email with a meeting request. Ctrl + Shift + A will create an appointment. Ctrl + Alt + F will forward an email as an attachment. Ctrl + Shift + M will draft a message from any Outlook view. Outlook 2011 for Mac Shortcuts Shift + ⌘ + K will send all the messages in your outbox. Shift + ⌘ + O will display all unread messages in your inbox. Ctrl + ⌘ + C will check recipient names in an open message. Ctrl + 2 will flag an item for follow up for “tomorrow;” Ctrl + 3 will flag for “this week;” Ctrl + 4 will flag for “next week”.

Lenovo Yoga (Synaptics) Touchpad Adjustments

I recently purchased a Lenova Yoga, which is a laptop - tablet hybrid (an article for another time). I am quite happy with it, but have been rather annoyed with one "feature." While using the touchpad, what seemed like for no reason, the screen would switch to the last program I was using. I finally discovered it was caused when I moved my finger to the right on the touchpad -- which is common when moving the cursor. I move it right, I move it left, I move it up, I move it down... you get the idea, we move the cursor on the screen, because that's how it works. I found the device properties, and learned that this was a "feature" of the touchpad. A left-to-right movement from the edge of the touchpad is an indication you want to see the last program used. Simply disabling the "Edge Swipes" feature solved this annoyance. By the way, the same feature exists in Windows 8 for touchscreens. I find this to be a great feature, and use it frequently. For

Delete all objects in Excel

I recently copied hundreds of rows of data from a webpage into Excel. Unfortunately it brought over several unwanted objects, which I needed to delete. It seemed quite consuming if I was to select and delete each individually. Worse I discovered that I couldn't select some of the objects (checkboxes). I learned two new techniques for mass deleting objects. If you can select the objects Press F5 -- this opens the "Go To" dialog box Click Special...  -- this opens the "Go To Special" dialog box Select the Objects radio button Click OK -- this closes the dialog box and all the objects in the worksheet are selected Press Delete  and all the objects are deleted If you don't want all the objects deleted, first un-select those you don't want to lose. If you get a message "no objects found", then move on to the next method. For those objects that can't be selected For those that know how to create a macro, here's the macro

RoboForm Extension not working in Chrome

RoboForm is one of those go-to programs that if it doesn't work in my browser, I don't use the browser. I became quite frustrated when RoboForm quit working in Chrome . I tried going into the Extensions manager to get any clues, and when I changed settings I got a pop up error message. As it turned out, Chrome has a Windows 8 mode and a Desktop mode, and I was in Windows 8 mode. Apparently some Extensions in Chrome don't work in Windows 8 mode. I switched to Desktop mode, and magically RoboForm worked.