Say you have a row of data, and you want to lay it out vertically as a column instead, then you can simply select the row, copy it to the clipboard, and then using Microsoft Excel, from the paste special menu, select the Transpose option...
Monday, 20 February 2012
Thursday, 11 August 2011
VBA Excel Macro for Hyperlinking first column
Use this macro in an excel 2010 spreadsheet to turn the first column of a table into hyperlinks, using the text of the table as a hyperlink.
Sub CreateLinks()
'
' CreateLinks Macro
'
' Keyboard Shortcut: Ctrl+R
'
Dim i As Integer
'Starting on row 2 because I have a header.
Range("A2").Select
'move to the final cell in the first column
ActiveCell.End(xlDown).Select
Do Until ActiveCell.Row = 1
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
ActiveCell.Text, TextToDisplay:= _
ActiveCell.Text, ScreenTip:= _
"Click here to open Person record in Beacon"
Range("A" & ActiveCell.Row - 1).Select
Loop
End Sub
How to find the last interactive logons in Windows using PowerShell
Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...

-
http://www.jaguarforums.com/forum/s-type-s-type-r-supercharged-v8-15/key-fob-battery-replacement-write-up-faq-54380/ NOTE: MAKE SURE YOU DO ...
-
Buy this battery http://www.watchbattery.co.uk/shop/products/BB-ML2032.shtml Open the battery cover on the back of the keyboard, you’ll need...