About 1,715,703 results (5,118 milliseconds)

Excel and word documents won't open from google drive - Google ...

https://support.google.com/docs/thread/125139481/excel-and-word-documents-won-t-open-from-google-drive?hl=en
Sep 9, 2021 ... When I try to open an excel from my companies google drive it says "excel cannot open the file because the file format or extension is not valid".

problem opening .xlsm

https://groups.google.com/g/openpyxl-users/c/2PKhuWTm1ME
> Excel will search for VBA which will not be there if you create the file > with ... > the file with the same file name without getting the error reported

Detect if an XLL is open?

https://groups.google.com/g/exceldna/c/RZy7ChPCC9U
Jul 31, 2012 ... Hi Govert, How can I tell from VBA the name(s) of any open XLLs? Or even if a specific known name is open? If I double-click on a exceldna ...

Building excel application instead of add-in

https://groups.google.com/g/exceldna/c/7cXv_NTnPuk
May 25, 2023 ... You are correct that Excel-DNA lets you make Excel add-ins, and these are not linked to a particular workbook in the way that a VBA project has ...

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 ... ...an Excel worksheet, the "database" is the Excel workbook, and the

Automate tasks in Google Sheets - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/7665004?hl=en&co=GENIE.Platform%3DDesktop
Name the macro, create a custom shortcut, and click Save. Note: When you ... Learn to work on Office files without installing Office, create dynamic ...

Programmatically close an windows app instance from the task ...

https://groups.google.com/g/harbour-users/c/iQwrJehkFh4
The client just see at the end of the process the filled file without interact with it. ... METHOD HbDocPrintSystem:new(docName) // path+doc name without ...

Export large access table to excel in multiple worksheets

https://groups.google.com/g/comp.databases.ms-access/c/xvOfpAVgcm0
First, I've never used Access. But if you save your file as an ASCII file (use an extension of .txt, excel's. VBA doesn't react nicely with .csv files when ...

Incompatibility with Roslyn / .Net 4.6.1?

https://groups.google.com/g/exceldna/c/SHdawpkJ9KU
xlsm workbook, and without requiring the end user of that sheet to have any ... Anyway, the main question to answer first is whether the actual Excel/VBA ...

passing excel spreadsheet as a parameter

https://groups.google.com/g/exceldna/c/NeHFMxXeLSI
Feb 22, 2021 ... There are also restrictions on what you can do inside a “worksheet function” when it is called from a formula, so passing in the workbook name ...

Providing ReferencedAssemblies to CSharpCodeProvider

https://groups.google.com/g/exceldna/c/poe1nsKLpi8
What is the proper way to provide a reference to the currently running assembly when it is one of my exceldna extension assemblies? ... workbook should not ...

Use macros and add-ons - Google Docs Editors Help

https://support.google.com/docs/answer/9331168?hl=en
Automate tasks with macros, Excel: Individual messages, Sheets: Macros and Google Apps Script, Convert Excel macros to Google Sheets.

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?

Google Sheets Macros | Apps Script | Google for Developers

https://developers.google.com/apps-script/guides/sheets/macros
... sheet, in a file titled macros.gs . In the event that there is already a project file bound to the sheet with that name, the macro function is appended to it.

Handling Excel VBA events using ExcelDNA

https://groups.google.com/g/exceldna/c/Ntnh6dxzLNM/m/LmXvshYzAQ8J
Jun 4, 2014 ... Private Sub Application_WorkbookOpen(Wb As Workbook) Handles Application.WorkbookOpen. MsgBox("Opened workbook: " + Wb.Name). End Sub. End ...

Only Copy and Paste VISIBLE cells in Google Sheets - Google Docs ...

https://support.google.com/docs/thread/38767079/only-copy-and-paste-visible-cells-in-google-sheets?hl=en
Apr 8, 2020 ... Many of use work in Google Sheets for its convenience and some of us use it because they do not own Excel. ... file to Test 2 file). I am ...

Export Data to Sheets in Excel

https://groups.google.com/g/comp.databases.pick/c/96TMadT4JKU
INI file which you can use to control VBA dynamically. That way you ... name the file with a ".xls" extension. Open with excel, change column widths ...

Trying to convert my VBA vlookup to Appscript - Google Docs Editors ...

https://support.google.com/docs/thread/219167804?hl=en&msgid=219194000
Jun 3, 2023 ... The VBA I used in Excel is below and works perfectly in Excel, but ... const sheetName = "Management_Updates"; // Name of the target sheet.

Help using =HYPERLINK(, IMAGE()) function - Google Docs Editors ...

https://support.google.com/docs/thread/227614339/help-using-hyperlink-image-function?hl=en
Jul 27, 2023 ... I have changed sharing restriction in both the image file and Google Sheet to be viewable by anyone with the link. Does anyone know why an image ...

Custom Menus in Google Workspace | Apps Script | Google for ...

https://developers.google.com/apps-script/guides/menus
Click it and choose Assign script. In the dialog box that appears, type the name of the Apps Script function that you want to run, without parentheses — in this ...