Ni aku kongsikan VBA untuk switch file yang random ending file name
Sub CopyAllJobs()
Dim myWindow As Window
For Each myWindow In Windows
If Left(myWindow.Caption, 8) = "All Jobs" Then myWindow.Activate '''': Exit Sub
Next myWindow
End Sub
26 November 2017
22 November 2017
Excel VBA Only Allow Workbook To Run From Specific Location
Check current workbook link and compared to custom address
Sub Success()
'check current path
Path = ActiveWorkbook.Path
'Range("A1") = ActiveWorkbook.Path
'if current path not same, exit
If Path <> "C:\Users\othmmohd\Desktop" Then
MsgBox "Please use Jobs in Lab - Macro from shared drive."
ThisWorkbook.Close savechanges:=False
End If
End Sub
Excel VBA Check Current Workbook Path
Sub test1()
Path = ActiveWorkbook.Path
Range("B3") = ActiveWorkbook.Path
link = ActiveWorkbook.Path
Range("B4") = ActiveWorkbook.Path
End Sub
11 November 2017
Wireless Bluetooth Earphones
Ok. Earphones ni takda jenama khusus aku rasa.
Order dari Lazada dengan harga rm35+.
Ni screen shot pada hari Singles' Day.
Jilake murah.
Unboxing
Ada Manual, kabel charger, klip kabel, dan pemegang telinga.
Free gift ear plug.
Test.
Charge 30 minit untuk led biru menyala yang bermaksud bateri penuh.
Boleh bertahan 3 jam playback.
Order dari Lazada dengan harga rm35+.
Ni screen shot pada hari Singles' Day.
Jilake murah.
Unboxing
Ada Manual, kabel charger, klip kabel, dan pemegang telinga.
Free gift ear plug.
Test.
Charge 30 minit untuk led biru menyala yang bermaksud bateri penuh.
Boleh bertahan 3 jam playback.
09 November 2017
08 November 2017
Subscribe to:
Posts (Atom)