About 1,730,020 results (3,853 milliseconds)

Run a macro when clicking a cell.

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/hzE6d045KcU
right-click the tab name near the bottom of the Excel window 2. select View Code - this brings up a VBE window 3. paste the stuff in and close the VBE ...

Macro to Paste selected data into an empty row - Google Docs ...

https://support.google.com/docs/thread/6626446/macro-to-paste-selected-data-into-an-empty-row?hl=en
May 22, 2019 ... I'm trying to add a macro script that will allow me to copy selected cells and paste them into a row, but I don't know how to make it that the macro will paste ...

How do I make cell 'A1' the active cell in a sheets macro. - Google ...

https://support.google.com/docs/thread/8836894/how-do-i-make-cell-a1-the-active-cell-in-a-sheets-macro?hl=en
Jun 27, 2019 ... I am trying to make cell 'A1' the active cell in a sheets macro. Non of the suggested functions have worked. I need this because the offsets depend on this ...

How to select every nth cell in a column - Google Docs Editors ...

https://support.google.com/docs/thread/38892305/how-to-select-every-nth-cell-in-a-column?hl=en
Apr 9, 2020 ... I have a list of websites, and I want to use a macro or formula to select every 5th cell. Right now, when I want to open these websites, ...

excel macro VBA that sums between a known cell ... - Google Answers

http://answers.google.com/answers/threadview/id/750698.html
Jul 29, 2006 ... Select Selection.Find(What:="Z", After:=ActiveCell, LookIn:=xlFormulas, LookAt _ :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, ...

CLEAN function - macro??

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/jsHw9KXMKuU
learn the count of selected cells in the worksheet, or create a one cell range within that selection. If you uncomment 'ActiveSheet.UsedRange.Select that ...

In google sheets can I set it so that all cells word wrap and align at ...

https://support.google.com/docs/thread/4372413/in-google-sheets-can-i-set-it-so-that-all-cells-word-wrap-and-align-at-top-by-default?hl=en
Apr 17, 2019 ... I can select cells, rows, and columns - and even the entire sheet ... Then everytime you need to fix the spreadsheet run the macro. You ...

Use macros and add-ons - Google Docs Editors Help

https://support.google.com/docs/answer/9331168?hl=en
Reduce macro duplication by applying a macro created for a single cell to a range of cells by selecting the full range of cells and then activating the macro.

Print Specific Cells on Current sheet via Macro or Script - Google ...

https://support.google.com/docs/thread/150423681/print-specific-cells-on-current-sheet-via-macro-or-script?hl=en
Feb 11, 2022 ... I then select the "Selected Cells" drop down and hit next. Is there a way of automating that whole process ? It is very important this refers to ...

how to select a range dynamic of cells

https://groups.google.com/g/exceldna/c/RCy2aZcQE10
Jul 19, 2011 ... ... row in between. After I select the range I want to clear it. trying some code like ExcelReference firstCell = new ExcelReference(cells.RowFirst,

cell auto format when inserting date

https://groups.google.com/g/exceldna/c/W_sgeDTQZ_Y
Jun 26, 2013 ... But for most cases, for a macro that writes out a report to Excel based on a ribbon click or something, I'd suggest using the COM Automation ...

Positioned in a particular tab when open a google sheet - Google ...

https://support.google.com/docs/thread/33145022/positioned-in-a-particular-tab-when-open-a-google-sheet?hl=en
Mar 11, 2020 ... You can get these links by right-clicking a cell and choosing Get link to this cell. ... The VBA macro you quote activates cell A1 of the ...

Easy way to insert current date+time into a Sheets cell * on Android ...

https://support.google.com/docs/thread/178172581/easy-way-to-insert-current-date-time-into-a-sheets-cell-on-android-phone?hl=en
Sep 6, 2022 ... ... Excel, and instantly have the current date or time entered. I don't ... step 1, enter the now function into a cell, and click on the cell.

Write cell values

https://groups.google.com/g/exceldna/c/nc7IMmG0mqc
Mar 30, 2011 ... use the COM automation interface to ask Excel to run a macro, which ... to use. If you want to insert a row (like select a row in Excel, then ...

Returning an unknown array size - and returning a new worksheet

https://groups.google.com/g/exceldna/c/zIcRRTnHj1M
Oct 28, 2010 ... worksheet function and the second a macro. For the worksheet function, your ... //Finally, select the starting cell XlCall.Excel(XlCall ...

Pasting Excel into Tiddler -- Convert to Table

https://groups.google.com/g/tiddlywiki/c/REJl-66vSSU
Hi folks,. I did an experiment, and if you highlight a block of excel cells and paste into a tiddler, the output looks like: cell<tab>cell<tab>cell

Restrict usage of Excel 4.0 (XLM) macros

https://groups.google.com/g/exceldna/c/_eWYigdHOfk
Oct 10, 2021 ... ... Macro Settings select: Enable Excel 4.0 macros when VBA macros are enabled. ... //Probably older version of excel cell.Select(); cell.FormulaArray ...

How to link one spreadsheet tab to a cell in a different spreadsheet ...

https://support.google.com/docs/thread/13305507/how-to-link-one-spreadsheet-tab-to-a-cell-in-a-different-spreadsheet?hl=en
Aug 31, 2019 ... In file, duplicate one of the tabs by clicking on the arrow that's to the right of a tab name and selecting "duplicate". 2. Go to Tools - Macros ...

RE: Cursor to upper left of frozen cells (in macro)

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/GgjHirD_bxM
Rows 1:5 and columns A:C are frozen. CTRL + Home will select D6. Sheeloo's code does that. Where do you want to go? Gord Dibben MS Excel MVP.

How to create a macro button that submits data inside a cell ...

https://support.google.com/docs/thread/118590856/how-to-create-a-macro-button-that-submits-data-inside-a-cell?hl=en
Jul 25, 2021 ... This is for a game (GTA Roleplay). Example: A cell with a value of 5 and a button under it. When you click the button the number then ...