About 1,186,765 results (1,306 milliseconds)

OAuth2.0 and Excel

https://groups.google.com/g/excel-ramblings/c/sm19u_UWVHg
and I am left with a Downloads manager prompt ... Is that for Google Sheets only? The UK HMRC site ... I have a quick question, is it possible to use the Excel VBA ...

Google sheet macro - complete status moves row to another tab and ...

https://support.google.com/docs/thread/28381517/google-sheet-macro-complete-status-moves-row-to-another-tab-and-clears-certain-cells-in-current?hl=en
Feb 11, 2020 ... Hi, I am new to Google sheets and whilst done a lot in VBA, never worked with java script before, and need to create the macros I have currently ...

Phantom External File Links, how can I break them?

https://groups.google.com/g/microsoft.public.mac.office.excel/c/hBVji035hqo
closed the workbook without saving it and re-opend it. ... to confirm is a 'feature' of Excel which has caused problems for eons ... The find links vba code ...

Keyboard won't type in Excel

https://groups.google.com/g/microsoft.public.mac.office.excel/c/YHP0iIpVzsk
we haven't been able to confirm that yet. ... Sometimes I can use Excel for 30 minutes or more without an issue. ... > Try Control + Shift + Clear. Worked for me.

Delete ALL files at once in all google Drive, Docs and Slides ...

https://support.google.com/drive/thread/5104011/delete-all-files-at-once-in-all-google-drive-docs-and-slides?hl=en
Apr 29, 2019 ... Hi Lydia Ries! This will depend. If you have saved much of the data you have in your cloud into subfolders and such, then you can simply use the ...

Could not load file or assembly System.Runtime.Metadata

https://groups.google.com/g/exceldna/c/wYJ76hJLQ_w
Apr 4, 2023 ... ... remove it from their blocked list. If a ... without any error about Sytem.Runtime.Metadata. That is ... Excel from a command line prompt as. C ...

Class Protection | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/protection
Apr 27, 2023 ... // Protect the active sheet, then remove all other users from the list of editors. ... without calling setRangeName(rangeName) , is not sufficient ...

Add, reorder, or delete columns - AppSheet Help

https://support.google.com/appsheet/answer/10106675?hl=en
How to add, reorder, or delete columns · Modify the connected data directly · Regenerate the table · Regenerate apps built from Google Forms ...

Close Excel without being prompted to save

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/hOGsNTvg3sA
Mar 20, 2001 ... I am using VBScript to open an Excel workbook, print it and close Excel. But when Excel closes it always asks if I want to save changes. Can ...

Saved .xslm file must be repaired to open; file loaded with keep_vba ...

https://groups.google.com/d/topic/openpyxl-users/eqArCVHoqsg
Aug 15, 2018 ... xlsm Excel file containing VBA controls on numerous sheets including radio buttons. When I load the file with openpyxl in my script, I am ...

Re: Timed call by Timer or OnTime, EXCEL keeps using more ...

https://groups.google.com/g/exceldna/c/oahQNZtjFOU
Worksheet, .Cells Range, .Cells(1,1) Range). Don't try to release the ExcelDna.Application reference. * Some internal ...

Copying formatted table from Excel to Gmail - Gmail Community

https://support.google.com/mail/thread/112846951/copying-formatted-table-from-excel-to-gmail?hl=en
Jun 8, 2021 ... If you remove it than you can Paste the table unformatted. Every time you open a new window to compose email the Event Listener will be reloaded ...

Authorization for Google Services | Apps Script | Google for ...

https://developers.google.com/apps-script/guides/services/authorization
Convert VBA Macros to Apps Script. Overview ... Manual authorization scopes for Sheets, Docs, Slides, and Forms ... See OAuth client verification for details.

Word cannot find data source problem

https://groups.google.com/g/microsoft.public.word.mailmerge.fields/c/CBk-lxmCLkw
Jul 30, 2007 ... text file, and the .txt file itself is the "table" c. ...an Excel worksheet, the "database" is the Excel workbook, and the "table" is a ...

Class Browser | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/base/browser
Oct 30, 2020 ... https://www.googleapis.com/auth/spreadsheets. inputBox(prompt, buttons). Pops up a dialog box with a text ...

Accessing Excel sheet using Excel DNA

https://groups.google.com/g/exceldna/c/K8QdqgyqaY0
Mar 27, 2016 ... Application - this returns an object which is the COM Application object. From there you use the COM object model as you would from VBA. I paste ...

how do i unprotect a shared google sheet - Google Docs Editors ...

https://support.google.com/docs/thread/3432610/how-do-i-unprotect-a-shared-google-sheet?hl=en
Apr 2, 2019 ... ... confirmation dialogue: "Are you sure you want to remove this protected range?" P.S. Copying and deleting a sheet is not a good solution for ...

XLL launching crashes Excel immediately.

https://groups.google.com/g/exceldna/c/llC0V_q7nzE
Jul 1, 2016 ... Removing WatchDox from starting up with Excel allowed the XLL to run without any issues. It seems that this application is interfering with ...

I need a script to clear certain cells in sheets when a button is ...

https://support.google.com/docs/thread/5809954/i-need-a-script-to-clear-certain-cells-in-sheets-when-a-button-is-pressed?hl=en
May 9, 2019 ... This is the script that I found that I was basing my script on. function clearRange() { //replace 'Sheet1' with your actual sheet name var sheet ...

How to delete a worksheet

https://groups.google.com/g/python-excel/c/AcyzwXPAJco
From the Excel 2003 VBA help: """ This example deletes Sheet3 in the active workbook without displaying the confirmation dialog box. Application ...