Friday, March 30, 2012
Reset Password Joomla
UPDATE `jos_users` SET `password` = MD5( 'new_password' ) WHERE `jos_users`.`username` = "admin" ;
Wednesday, March 21, 2012
Excel: excel Cannot shift object off sheet
Warning : excel Cannot shift object off sheet
Sub Test()
Dim s As Shape
On Error Resume Next
For Each s In ActiveSheet.Shapes
s.Placement = xlMoveAndSize
Next
End Sub
Sub Test()
Dim s As Shape
On Error Resume Next
For Each s In ActiveSheet.Shapes
s.Placement = xlMoveAndSize
Next
End Sub
Tuesday, March 20, 2012
Tanda Tangan Digital
Bagaimana membuat tanda tangan digital? Di link berikut ini caranya
http://www.mylivesignature.com
http://www.mylivesignature.com
Tuesday, March 6, 2012
SELEKSI FILE DAN SHEET
NamaFile = Cells(2, 3).Value
NamaSheet = Cells(3, 3).Value
Windows(NamaFile).Activate
Sheets(NamaSheet).Select
NamaSheet = Cells(3, 3).Value
Windows(NamaFile).Activate
Sheets(NamaSheet).Select
Subscribe to:
Posts (Atom)