Worksheet names in Excel Cells If you are working in Excel, and you want to show the worksheet name in a Cell on that worksheet, you can use the CELL function to do so. By default the CELL function will return the current document name, if used with the filename info_type: =CELL("filename") This provides a …
Category Archives: microsoft
Bootcamp 3.0 fixes WinXP BSOD for Multitouch Trackpad
Apple released Bootcamp 2.1 with OS 10.5, which allows you to dual boot to Windows XP/Vista on your Mac. Subsequenet to that release, there was a driver update for the Multitouch trackpad which was suppose to improve souble tapping, etc. However it caused a Blue Screen of Death (BSOD) the moment you double tapped, courtesy …
As easy as Apple Pie
A friend told me he had dropped his notebook PC, and it was going to cost more to repair than it was worth. I advised: Get a Mac. I started looking around for some information for him. Why would the Mac benefit his Computer Science course? Why would the Mac be more reliable? What does …
MSIEXEC Complete Install
If you want to install an MSI with no user intervention, and scripted, you can use msiexec. But what if you want to do a complete installation on the product, instead of a typical installation (which would be default)? Put this in your script: msiexec /i yourpackage.msi /passive ADDLOCAL=ALL ADDLOCAL=ALL is the key to a …
