About 1,523,680 results (4,590 milliseconds)

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 ... Is there a way to automatically generate the Google Drive filename and the URL of the file in eg a google sheet or something like that?

Save attachments with incrementing filename

https://groups.google.com/g/microsoft.public.outlook.program_vba/c/98sBi4zsYZE
May 31, 2017 ... Dim strDeletedFiles As String ' Get the path to your My Documents folder ... ' Get the file name. strFile = objAttachments.Item(i).FileName

excel - File Name Extract From String works every other time - Stack ...

http://feedproxy.google.com/~r/stackoverflow/JqJq/~3/cgZRCoU4mSM/file-name-extract-from-string-works-every-other-time
Jun 1, 2021 ... Get File Name From File Path Option Explicit Sub Sample() MsgBox ... Excel Vba - Pull File Name from File Path · 1 · Extract string from ...

Open *.psydat file

https://groups.google.com/g/psychopy-users/c/ymeTyGXTSfg
#get file name from complete path. baseFilename = os.path.split(filename)[1 ... I already have a VBA excel macro that perfectly extracts and processes ...

Openfiledialog Multiple Files C

https://groups.google.com/g/brewtus/c/RXBxLmBVcfo
Dec 7, 2023 ... ... file name with its full directory path. (To let users select ... You can get the paths of the selected files via the FileName and FileNames ...

ActiveWorkbook.SaveAs FileName:= ....variableName

https://groups.google.com/g/microsoft.public.mac.office.excel/c/jseeYxPnptM
I just get "&employeeName.xls" as the file name, which is not my goal. Any ... Note that I broke up the path between "NWASeniorityProject:" and

Word cannot find data source problem

https://groups.google.com/g/microsoft.public.word.mailmerge.fields/c/CBk-lxmCLkw
Jul 30, 2007 ... Well spotted on the incorrect display of the file path name, but ... cannot find its data source ' - displaying the name of the file we linked in

Runing GAMS Using Excel as front-end (VBA)

https://groups.google.com/g/gamsworld/c/AvvvF_CL6uk/m/G3EimSVG-9cJ
Now, after fixing the path issues I get a message that says missing input file name, and I mostly believe that it is the name of the file I want to run. Do ...

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

https://groups.google.com/g/MVDBMS/c/s-eo7fgsNaU
For example, to read a record (program), the subroutine would need to open the file (using the URL path to get the file name and item ID), read a record from ...

Annoying INCLUDETEXT pathname problem

https://groups.google.com/g/microsoft.public.word.mailmerge.fields/c/PKltbPFpC9I
If anyone has any idea how I can get Word to use an implicit filename in the ... To answer your questions, Word has never changed the path name I've entered

Get the source path and filename from image with vba?

https://groups.google.com/g/microsoft.public.powerpoint/c/v4DP2amuAL4
Aug 22, 2001 ... I use the following routine regularly. ' ----- Beginning of Code ----- Function GetSourceInfo( oShp As Shape) As String

vbscript to copy files from one directory to another

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/1qpUJZwtSSE
1) Check if a Destination folder is empty, if so... 2) Select the oldest created PDF file in the Source folder, find the same filename with .dat as the ...

packed xll with sub-directory references

https://groups.google.com/g/exceldna/c/09OONKPB6iA
I can't get it to work. My .dna file attempting to achieve this looks like this: <DnaLibrary Name="MyAddIn" RuntimeVersion= ...

Path of XLL?

https://groups.google.com/g/exceldna/c/1rScvDdeVOk
Feb 11, 2012 ... a Workbook object. You could get the Name of the Excel-DNA library (defined in the .dna file with the Name attribute) by something like. Dim ...

Unregister & Replace .xll

https://groups.google.com/g/exceldna/c/w_mjHW7D7eI
Const file As String = "[input your xll file name with full path]". Sub TestExcel4MacroLoad(). Dim v As Variant. v = Application.RegisterXLL(file). End Sub. Sub ...

ms-access faq

https://groups.google.com/g/comp.databases.ms-access/c/8qkhvmRjMgQ
... get the fully qualified path and file name of the currently-open. Access database? How do I play a sound file? How do I read and write information from .INI ...

Class DriveApp | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/drive/drive-app
Jan 14, 2025 ... The name of the files to find. Return. FileIterator — A collection of all files in the user's Drive that have the given name. Authorization.

Rename folder and fix references?

https://groups.google.com/g/comp.cad.solidworks/c/QdcROyT_qQY
Sep 2, 2006 ... For a similar situation file post-fixes didn't get updated and I used ... If InStr(1, VBA.UCase(fs.GetExtensionName(File.Path)), UCase("sld ...

ConfigurationManager, appSettings; Where/how to store ...

https://groups.google.com/g/exceldna/c/E2y0jnapD8E
Jan 14, 2015 ... For the record, please find below the code that can be used for writing to the config file from excel/vba. Best regards. Yug. <ExcelFunction( ...

Get the file name of a link. - Google Docs Editors Community

https://support.google.com/docs/thread/178817707/get-the-file-name-of-a-link?hl=en
Sep 11, 2022 ... Add in columns where we can extract the file ID to; clearly identify by name the columns with the file URL, the column that will get the file ID ...