About 1,219,874 results (4,084 milliseconds)

Want to Remove rows on condition in google sheet - Google Docs ...

https://support.google.com/docs/thread/60982390/want-to-remove-rows-on-condition-in-google-sheet?hl=en
Jul 25, 2020 ... all rows in a2:a which matches value in a1 cell. or at least delete all values in those rows. thanks in advance. regards. Details. Sheets, ...

Selecting and deleting multiple table rows at the same time with V

https://groups.google.com/g/microsoft.public.powerpoint/c/B1M1_OGLhSA
May 12, 2008 ... and tables. Any way to delete the rows at the same time? I think in Excel it is possible but is it not in PowerPoint?

In google sheet, how to clear all filters rules in 1 click without ...

https://support.google.com/docs/thread/19196689/in-google-sheet-how-to-clear-all-filters-rules-in-1-click-without-deleting-the-filters?hl=en
Nov 10, 2019 ... ... macro, or if it is just me the developper of the data base. If your ... I migrated quite a complex Excel worksheet solely for the filter ...

VBA Code pastes on Workbook : r/excel

http://feedproxy.google.com/~r/MicrosoftExcelHelpSupportWithYourFormulaMacroAndVbaProblemsARedditCommunity/~3/549e9hKGIZA/
Dec 28, 2020 ... dataSheet.Cells.Delete. If dashboardSheet.ChartObjects.Count > 0 Then ' Delete sheet if it exists. dashboardSheet.ChartObjects.Delete.

Can I create an auto copy row to another sheet? - Google Docs ...

https://support.google.com/docs/thread/9604277/can-i-create-an-auto-copy-row-to-another-sheet?hl=en
Jul 10, 2019 ... ... delete" the row not just the data. If you don't want to delete the row then remove this line from the script and then click the "Disk" icon ...

Google Sheets Macros | Apps Script | Google for Developers

https://developers.google.com/apps-script/guides/sheets/macros
Dec 13, 2023 ... Select clear to close the dialog. Select Extensions > Macros > Manage macros. Locate the function you just imported in the list. Assign a unique ...

How to get last row using Excel DNA and C#

https://groups.google.com/g/exceldna/c/Pm9DDkceVIc
May 5, 2017 ... Delete. You do not have permission to delete messages in this group. Copy ... [ExcelCommand(MenuName = "MacroTest", MenuText = "Get Last Row")].

How do I delete several columns using a Google Sheets script ...

https://support.google.com/docs/thread/53508440/how-do-i-delete-several-columns-using-a-google-sheets-script?hl=en
Jun 14, 2020 ... ... Macro deleting columns. The Macro will record all your actions in the script in Google's API language. But, to answer your question this is ...

Insert/ delete row in protected worksheet

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/c7BZOGJd4Hs
Hi guys,. i know there are a lot of threads about this topic on the net. Most of them provide solutions using macros in order to manually insert rows

Macro to select all the filled cells in a worksheet?

https://groups.google.com/g/microsoft.public.excel/c/Ye7rnCMwNSk
Now "clear contents" of that cell. Run the macro and see what Excel thinks is the used range. Gord.. Ron Rosenfeld's profile photo. Ron Rosenfeld. unread ...

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 ... ... macros I have currently in my excel sheets. I have a live tracker (see ... It could be made to copy the row and then clear just some of the ...

[Excel Dna]... Insert a simple row

https://groups.google.com/d/topic/exceldna/gQTB8a3wkcU
If you change from a function to a macro (an ExcelCommand instead of an ExcelFunction, returning 'void') then your code will work. I have assigned a shortcut to ...

Macro to delete rows with font strikeouts

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/j-wno6BHlvo
I need to create a macro that will scan column A for any cells that contains text with stikeouts and delete that entire row from the worksheet. My poor

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

https://support.google.com/docs/answer/7665004?hl=en&co=GENIE.Platform%3DDesktop
Use relative references: The macro will do tasks on the cell you select and its nearby cells. For example, if you record bolding cells A1 and B1, the macro can ...

Quick way to delete empty rows?

https://groups.google.com/g/microsoft.public.word.tables/c/SvOmpQcb5H0/m/2advAw-CntkJ
Sep 6, 2007 ... Document automation - add-ins, macros and templates for Microsoft Word ... I would like to modify the macro below to delete a row based on a value ...

How to clear a column of values without losing headers? (header ...

https://support.google.com/docs/thread/2687134/how-to-clear-a-column-of-values-without-losing-headers-header-rows-are-frozen?hl=en
Mar 19, 2019 ... I use 2 rows as headers, one for the title and one for a copy of the formula. The columns with arrays work fine, but arrays don't work in some ...

Clean up data in a spreadsheet | Apps Script | Google for Developers

https://developers.google.com/apps-script/add-ons/clean-sheet
Dec 13, 2023 ... Copy macros · Get team member details ... Clean up spreadsheet data by automatically removing empty rows and columns, cropping the spreadsheet ...

Importing/converting a Macro script from Excel to Google Sheets ...

https://support.google.com/docs/thread/6729502/importing-converting-a-macro-script-from-excel-to-google-sheets?hl=en
May 24, 2019 ... Lastrow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row quote ... delete="""; rng.Cells(i, 3); """ action="""; rng.Cells(i, 4); quote ...

VBA to delete rows issues with Excel 2010? | MrExcel Message Board

http://feedproxy.google.com/~r/mrexcel/YavB/~3/JDwG1c9gIr4/showthread.php
Aug 5, 2013 ... It's almost like Excel is recalculating each time a row is deleted, progressively taking more and more time (this is even though calculation is ...

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 simply clicked record macro and then manually cleared out the cells I wanted to delete and then saved. Once I saved I then drew a crude button ...