Author: Burhan "OWL"
July 13, 2022
/ Uncategorized
List all Google Drive links of Files / folder to Google Sheet
Google Drive is a powerful cloud storage service provided by Google for free. We can easily add, modify, delete files…
July 13, 2022
/ Excel
Pivot Table With Text in Values Area
Can you build a pivot table with text in the values area? Susan from Melbourne Florida has a text field…
July 9, 2022
/ Artikel
5 MOST INEFFECTIVELY DRESSED WOMEN IN VIDEO-GAMES
“I like big butts ‘n’ I cannot die”– Sir Mix A Lot on cheat code Cewe berpakaian seksi & video-game…
September 24, 2020
/ Excel
BATCH RENAME MENGGUNAKAN MS. EXCEL
Sub RenameMultipleFiles() With Application.FileDialog(msoFileDialogFolderPicker) .AllowMultiSelect = False If .Show = -1 Then …
September 24, 2020
/ Uncategorized
CARA MENDAPATKAN LIST FILE DI GOOGLE DRIVE MENGGUNAKAN GOOGLE SCRIPT
function myFunction() { var ss=SpreadsheetApp.getActiveSpreadsheet(); var s=ss.getActiveSheet(); var c=s.getActiveCell(); var fldr=DriveApp.getFolderById(“paste link google drive disini hanya barisan angka dan nomor”);…