About 1,439,250 results (1,126 milliseconds)

Macros in sheets - Google Docs Editors Community

https://support.google.com/docs/thread/187988531/macros-in-sheets?hl=en
Nov 10, 2022 ... Excel macros are written in VBA code whereas Google Sheets macros are written in Google Apps Script code. Each program would be unable to read ...

Question about speed and performance

https://groups.google.com/g/exceldna/c/9cJozLY1WWg
Apr 17, 2014 ... Performance differences between .NET-based add-ins with Excel-DNA and VBA macros depend a lot on what you're doing.

djouallah/xer-reader: Excel VBA Macro to read Primavera ... - GitHub

https://code.google.com/p/xer-reader/
Excel VBA Macro to read Primavera XER files. Contribute to djouallah/xer-reader development by creating an account on GitHub.

Re: Best way for Excel DNA to call VBA code?

https://groups.google.com/g/exceldna/c/yqFes2P6kX8
Mar 8, 2013 ... > XLDNA to read/update VBA global variables.. > > I've searched for a long time but couldn't find XLDNA examples on this > topic. > > Will ...

how to read a KML file with VBA

https://groups.google.com/g/kml-support-getting-started/c/TUkLgxtA-P4
Excel are you using? What is the plugin that you refer to? Have you tried importing as text?. > > * ...

Getting color codes of font or background color from cell in google ...

https://support.google.com/docs/thread/147420647/getting-color-codes-of-font-or-background-color-from-cell-in-google-sheets?hl=en
Jan 24, 2022 ... I managed to implement my own little function in excel where I could get the font color code from a cell. ... I used an old Excel4 macro function, ...

Use macros and add-ons - Google Docs Editors Help

https://support.google.com/docs/answer/9331168?hl=en
... Script, or read more about custom functions and macros. Convert Excel macros to Google Sheets. Excel: Edit macros. Sheets: Recreate macros in Sheets. Excel 2010 ...

QueueAsMacro multiple requests issue?

https://groups.google.com/g/exceldna/c/ImKJEZMHyiQ
Nov 21, 2013 ... Hello Govert,. Thanks for your suggestion to use QueueAsMacro in order to pass Windows Message events back to Excel VBA macros. It worked, code ...

REad an excel cell using oracle forms

https://groups.google.com/g/comp.databases.oracle.tools/c/ktfeMys5LZw
you want to do in Excel, record a macro and look at the VBA code. You then call the VBA methods via ole2.add_arg add ole2.invoke. You cannot return a row ...

script editor does not show in google sheets/tools - Google Docs ...

https://support.google.com/docs/thread/93524392/script-editor-does-not-show-in-google-sheets-tools?hl=en
Jan 14, 2021 ... So if you're seeing any macro code, you are looking at the script editor. ... I don't think the script editor is available for Excel files opened ...

excel macro call from java

https://groups.google.com/g/microsoft.public.mac.office.excel/c/GBkIg_Ps4hY
from Perl. Yes, it's all possible. The advantage of not using POI is that your workbook can include Charts, Pivot Tables, and VBA modules.

Read & write cell values | Google Sheets | Google for Developers

https://developers.google.com/sheets/api/guides/values
You can find examples of each of these methods on the Basic reading and Basic writing samples pages. To see all samples, refer to the samples overview page.

Excel-DNA XLL far slower than VBA?

https://groups.google.com/g/exceldna/c/cgwg_vB9n2I
Aug 2, 2017 ... Oh. I read the other stuff on Speed. Arrays are no Option for me as I have to do a lot of things with one cell, not only reading the value.

How can I create a macro in Excel 2008

https://groups.google.com/g/microsoft.public.mac.office.excel/c/u7iAh2Hz91c
version "next".] Apple Script can also be used for much of what VBA was relied on for if you're familiar with it, but no recorder there either. Regards |: ...

EHLLAPI

https://groups.google.com/g/alt.folklore.computers/c/l_C6FW_2Dc8
Oct 21, 2021 ... Some years back I put together a nice macro in Excel that greatly ... you have the source code to the macros that your application uses to ...

Read and Paste Values using Named Ranges

https://groups.google.com/g/exceldna/c/DFFpTEYZcFc
May 1, 2017 ... I would like to read a named range of values in from Excel to C#. ... QueueAsMacro) to schedule some code to run in a macro context, as ...

Speed up Script - Google Docs Editors Community

https://support.google.com/docs/thread/56737503/speed-up-script?hl=en
Jul 2, 2020 ... So I am still very new to google sheets, but have been working to convert an Excel worksheet with VBA over to Google so that I can share and ...

Script function in Sheets are very slow - Google Docs Editors ...

https://support.google.com/docs/thread/42793831/script-function-in-sheets-are-very-slow?hl=en
Apr 27, 2020 ... Code like in your sample script function can be made faster by using one getValues() call instead of multiple getValue() calls in a loop, and ...

How to make an Excel Command copy a DataTable to Excel ...

https://groups.google.com/g/exceldna/c/6Jg_U6qaO9E
Jan 20, 2011 ... Thanks! That was very helpful. ... would if it was in VBA. How can I do this? Homero. On 21 jan, 09:42, Govert van Drimmelen <gov.

Macro to Download Entire Spreadsheet or Selected Sheets to Excel ...

https://support.google.com/docs/thread/53979427/macro-to-download-entire-spreadsheet-or-selected-sheets-to-excel-as-values?hl=en
Jun 17, 2020 ... I don't have any experience in coding but I am pretty sure a macro/script should be able to do it. ... If Microsoft Excel has some feature to read ...