About 1,852,948 results (2,417 milliseconds)

Add randomize button to sheet - Google Docs Editors Community

https://support.google.com/docs/thread/271645744/add-randomize-button-to-sheet?hl=en
Apr 28, 2024 ... The Excel button you refer to most likely runs a macro written in VBA. When you are moving a Microsoft Excel file to Google Sheets, you may ...

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 ... (I assume that the text following the // is to be removed fromthe script as it is just directions?) Details. Sheets,Microsoft Windows,Business.

Insert new row button based on previous row - Google Docs Editors ...

https://support.google.com/docs/thread/159359693/insert-new-row-button-based-on-previous-row?hl=en
Apr 10, 2022 ... This is the current VBA formula we use on Excel for extra info. Private Sub CommandButton1_Click(). Sheets("Projects").Range("A3").Select.

This has to be simple, but how do I turn off insert, or overwrite of text ...

https://support.google.com/docs/thread/3653333/this-has-to-be-simple-but-how-do-i-turn-off-insert-or-overwrite-of-text-in-cells?hl=en
Apr 5, 2019 ... I did the same thing in Google Sheets, I pushed the insert button when in a single cell by accident, this then made it impossible for me to edit ...

Scripting button using openpyxl

https://groups.google.com/g/openpyxl-users/c/Hf8V_5G5FZA
> discard the macros or add drawings to the worksheets? No idea. Never use VBA myself and I can't run the macro for some reason, probably some restriction in ...

WPF application call from a VBA add-in

https://groups.google.com/g/exceldna/c/CW_cekjmdNc/m/-1OurRnTAwAJ
Jun 15, 2016 ... ... excel VBA add-in. When clicking on the launch button of the add-in, some data should be sent from VBA to the WPF application in order to ...

CONVERT VBA TO GOOGLE SHEETS - Google Docs Editors ...

https://support.google.com/docs/thread/59768869/convert-vba-to-google-sheets?hl=en
Jul 18, 2020 ... I am familiar with using excel VBA and I have attempted to convert my macros on to Google Sheets but with no success. The VBA code is below ...

Create a form to take user input and insert into Excel

https://groups.google.com/g/exceldna/c/Fk1glqSTksg
Oct 29, 2013 ... ... VBA. Many thanks! Charlie. Naju ... This is often an indication that other memory is corrupt." as the message when I click the button.

Custom Task Pane Load from VBA

https://groups.google.com/g/exceldna/c/6NjVEf8xXjw
I have created a CTP per Govert's example code. If I add a button to the Ribbon to Show/Hide the CTP that works very well.

"Marching ants" around copied cell

https://groups.google.com/g/microsoft.public.excel.newusers/c/gJg5od8dlNk
button faces but they're not included with Excel. You can get them but it's ... >>>>>>>>>>>>>>>>>>>> done and create a toolbar button and attach the macro.

Go To Row Clickable Button - Google Docs Editors Community

https://support.google.com/docs/thread/86729236/go-to-row-clickable-button?hl=en
Dec 3, 2020 ... I really want to create a button, that when I click on it, it goes to the 1st mentioned row of the text that is within the range above.

Attachment Button in Google Sheet

https://groups.google.com/g/google-apps-script-community/c/jc2hK3jGAvY
... VBA). I have a sheet where orders are entered. Works great. I would like to add a button and script to do the following: Open a system file picker (like a ...

Excel calling tcl script?

https://groups.google.com/g/comp.lang.tcl/c/E1RCWFQDEDc
Nov 4, 2004 ... to create a button within Excel, hosted on Windows machine A, whose ... Need to learn sone more Excel VBA I guess. Glenn.. Cameron Laird's ...

Button with Macro to download sheet as .csv file - Google Docs ...

https://support.google.com/docs/thread/188230855/button-with-macro-to-download-sheet-as-csv-file?hl=en
Nov 12, 2022 ... From a Google Apps Script, you can create a csv file but instead of downloading it, the file is placed in your Google Drive. The script that I ...

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

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

Issues when calling a VBA macro from an XLL

https://groups.google.com/g/exceldna/c/z9bB_2gvGbI
Apr 23, 2017 ... ... macro, VBA cannot seem to insert it on the spreadsheet. If I do ... Excel is called from an Excel button, Excel says "Cannot run the macro...

Create a button that is a tally counter - Google Docs Editors ...

https://support.google.com/docs/thread/211836645/create-a-button-that-is-a-tally-counter?hl=en
Apr 19, 2023 ... (0, press button 2, press button 3, etc.) I'm sure this is possible. Can anyone assist here? Details. Sheets,Microsoft Windows,Personal use.

Stock historical data for Google Sheet - Google Docs Editors ...

https://support.google.com/docs/thread/123966547/stock-historical-data-for-google-sheet?hl=en
Sep 1, 2021 ... ... create a button, then click the button and run certain part of code? ... But I can share Excel file and VBA code, here is the Google Drive link.

Button to copy range in sheet1 and paste, transposed, in sheet2 ...

https://support.google.com/docs/thread/57445656/button-to-copy-range-in-sheet1-and-paste-transposed-in-sheet2-find-value-to-determine-row?hl=en
Jul 6, 2020 ... I'm trying to transition from excel to sheets so I need to replicate what I already made vba. ... create and share a sample spreadsheet.

Detecting when a user clicks a cell?

https://groups.google.com/g/exceldna/c/_z9i7NMZz6c
Mar 15, 2014 ... So anything that you can do in VBA can also be done in and Excel-DNA add-in (and more). ... Application.StatusBar = "Excel-DNA Test Button - ...