About 1,334,639 results (2,126 milliseconds)

how do I save a document to an established folder - Google Docs ...

https://support.google.com/docs/thread/3645600/how-do-i-save-a-document-to-an-established-folder?hl=en
Apr 5, 2019 ... Turns out that Google does in fact have an API that would allow VBA code to access the files in Google Drive. If I can just get what I see on my ...

Class DriveApp | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/drive/drive-app
Jan 14, 2025 ... Allows scripts to create, find, and modify files and folders in Google Drive. Although the built-in Drive service is easier to use, it has some limitations.

vbscript to copy files from one directory to another

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/1qpUJZwtSSE
vbscript that will go to the folder and copy the first 2 files with ... 2) Select the oldest created PDF file in the Source folder, find the same filename with .

Chrome takes 20+ seconds to load first web page - Google Chrome ...

https://support.google.com/chrome/thread/190989251/chrome-takes-20-seconds-to-load-first-web-page?hl=en
Dec 1, 2022 ... Get link. Report abuse. Chrome ... Delete EVERYTHING in that folder; Go to your downloads folder and delete ALL chrome installation files ...

[vim/vim] netrw opens empty buffer instead of actual file contents ...

https://groups.google.com/g/vim_dev/c/Xu3aWSOFA4Q
I had twice to open folders like above. In my case the first would close a sibling folder. Another detail I noticed: 0. Lets say I have Lexplore toggled on ...

Bulk import rich text notes from iOS filed under "FROM MY PC" (ie ...

https://groups.google.com/d/msgid/tiddlywiki/649628ca-1d94-4b3a-8146-3306036c87b9%40googlegroups.com
Oct 22, 2015 ... I wrote a VBA macro in Outlook to save all the notes to text files (getting the file name from the first non-blank line of the note ...

Word Perfect to PDF/A bulk conversion

https://groups.google.com/g/bitcurator-users/c/_n0Wgpn9yGs
Jun 3, 2025 ... I advise testing it first in a test folder with some practice Word documents. ... I had to use ReNamer first on my files in order to get a usable ...

Re: Getting started with CSharpAddIn

https://groups.google.com/g/exceldna/c/aoE34vEeP5k
Nice to meet you! > > May I first just say that getting started with ExcelDNA has been totally > ... > ExcelDna.Integration.dll file is in my solution folder, and ...

Upload file to Google Drive through a Google Sheet - Google Docs ...

https://support.google.com/docs/thread/192746997/upload-file-to-google-drive-through-a-google-sheet?hl=en
Dec 13, 2022 ... ... select the file, ideally this file would need to be stored in the same folder as the spreadsheet. I would like to do it via script because ...

ReadLine vs. ReadAll

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/yzySuXR2wrU
way around that is to first get the file size and then use. Read(filesize). I ... "nearly every file in the WinSxS directory is a "hard link" to the physical

"Save As PDF" in Task Scheduler

https://groups.google.com/g/comp.cad.solidworks/c/EiNmjKIphXg
We also have written a SolidWorks VBA macro which enhances to the output ... 'Find first file/folder in current folder lngSearchHandle = FindFirstFile ...

Auto-start Google drive desktop app on startup (Windows) - Google ...

https://support.google.com/docs/thread/228973917/auto-start-google-drive-desktop-app-on-startup-windows?hl=en
Aug 5, 2023 ... Hi everyone, I use the G Drive desktop application on my windows desktop. But every time in order to access the drive files I have to first ...

[MVExtensions] Visual Studio Code Extension from mvExtensions ...

https://groups.google.com/g/MVDBMS/c/s-eo7fgsNaU
First attempt, I wanted to put the MVGateway on the server as others may want to access via their own VSCODE implementations; but when I couldn't get that ...

how to get a filenames and urls from google drive to a sheet ...

https://support.google.com/docs/thread/146001060/how-to-get-a-filenames-and-urls-from-google-drive-to-a-sheet?hl=en
Jan 15, 2022 ... The sheet should then be populated with URL, filenames, and file types. This is the code. ///. function LISTING() {. let Folders = DriveApp.

Help with For Loop to use getValues and getFormulas depending on ...

https://support.google.com/docs/thread/9380885/help-with-for-loop-to-use-getvalues-and-getformulas-depending-on-cell-contents?hl=en
Jul 7, 2019 ... var files = DriveApp.getFolderById("INSERT FOLDER LINK").getFiles() ... // doing values first, then formulas; or formulas first, then ...

I've just compressed photos & video but do not like the quality, would ...

https://support.google.com/photos/thread/1422956/i-ve-just-compressed-photos-video-but-do-not-like-the-quality-would-like-to-revert-please-advise?hl=en
Feb 2, 2019 ... Isolate in a hard drive folder or folders image files that you'd like to backup in Original quality. ... Drag the folder or folders from the first ...

How can I save Google Form responses as individual files in folders ...

https://support.google.com/docs/thread/191514704/how-can-i-save-google-form-responses-as-individual-files-in-folders-on-my-google-shared-drive?hl=en
Dec 5, 2022 ... I want to set it up so that form responses automatically save each response as a file (.doc or .pdf) in a folder for that individual student.

VB.Net code into excel functions - some help?

https://groups.google.com/g/exceldna/c/7UGBwGau-3I
Jul 20, 2015 ... - I run the code, go to the bin/debug folder and copy three files to a folder on my desktop: . ... I hope to get to a first version in the next ...

Save and Restore AutoFilter

https://groups.google.com/g/exceldna/c/P4czzE9x6rA
Jun 4, 2012 ... same access via COM you have from VBA too). Excel-DNA additionally ... Create a new text file in the same directory, called AutoFilter.dna

Excel-DNA + ("Analysis ToolPak - VBA" OR "Solver Add-in") Addins ...

https://groups.google.com/g/exceldna/c/9ZHl0Nw6SD0
Nov 22, 2011 ... - In the same folder are MyAssembly.dll and MyAssembly.xll files. - Registered using: regasm /codebase MyAssembly.dll regsvr32 MyAssembly.xll ( ...