reset

  1. H

    Reset Button?

    I would like to enter a reset button on my bid form that either clears a set of fields or runs a macro to clear the fields. I know it's possible to do something like this because I've seen it on another sheet to print or navigate back to a main sheet. How would I enter this for my application?
  2. L

    Reset all slicers/filters to original/preset settings.

    I have an Excel workbook with one data set and numerous pivot tables. There are numerous slicers that apply to all pivot tables and then a few that only apply to specific pivot tables. There are a few slicers that I preset to show only specific data before I send out the link to the file to my...
  3. L

    Reset Combo Box with Active X Control to first value

    I have an Excel sheet with a number of combo boxes. The one I need to rest the value for is called "Store". How do I reset this Combox to the first value in the Named Range?
  4. S

    reset comment anchor when editing...

    I've got the following code to reset the position when hovering over a comment: Sub ResetComments() Dim pComment As Comment For Each pComment In Application.ActiveSheet.Comments pComment.Shape.Top = pComment.Parent.Top + 5 pComment.Shape.Left = pComment.Parent.Offset(0, 1).Left + 5 Next...
  5. M

    Reset Slicer VBA takes too long

    Hi, Am currently the code below to Reset Slicers on a worksheet and it works fine but takes too long (30sec+). Quicker to do it manually. Is there any way to optimize code to run faster?? Appreciate any help:) Private Sub ClearAllSlicers_Click() Dim slcr As SlicerCache Dim sl As...
  6. D

    Macro debug

    Hello again. I'm trying to create a macro that will reset a dashboard. So after a user is done adding their values, they can run the macro and it will give them a fresh dashboard. Could someone please let me know what I'm doing wrong? The first range will blank out some values. The second...
  7. Jaafar Tribak

    Intercepting resetting of vba editor as well as unhandled errors for safe subclassing

    Hi all, As you know, excel doesn't expose many useful events such as when activating excel or when moving or resizing its main window etc... The way to catch these missing events is through subclassing or hooking excel. Both techniques work in compiled programs but they freeze office...
  8. T

    Reset button

    Hello, I want tot make a calculator in Excel. So i need a reset button to clear everything. But i have some formulas in it aswell. How can i do it?
  9. C

    Clear hyperlink font history

    I have a file that has formula hyperlinks... =hyperlink(blah, blah, blah). To make these seem more like hyperlinks, I have highlighted those cells and given them the "Hyperlink Font style" (home ribbon / Styles). This works great. When a user clicks on a hyperlink, it takes them to the...
  10. E

    Number rows but reset after a blank cell is encountered

    Hi Excel gurus, I have the following formula which assigns a number to a cell =IF(E2="","",COUNTA($E$2:E2)) It works great however I have a small issue in relation to when a blank value is in a cell, I'd like for the numbers to reset to 1 and increment (instead of continuing to increment...
  11. N

    Restart running total after X number of rows

    I'm trying to come up with a formula that can 'restart' a running total after 12 rows. Currently my data looks like this where the running total is calculated using the formula in C2 is =SUM($B$2:B2) This works fine until I reach row 14. Here I would like the formula to 'restart' so it...
  12. D

    Reset Data Button

    Hello i need help creating a reset button, im new to excel and not the best at it, i would like to create a button that resets data back to its original data, for example if there was 111 in A1 but i change it to 123 is there a way of clicking a button and resetting it back to 111, i have a lot...
  13. E

    Cumulative sum that restarts count on condition

    Hi all, Below is a copy of the data. I need to have a cumulative sum of column b, that resets the count to zero if i encounter a reset condition. The problem is I do not know when the reset(s) will occur( It is not a fixed location), so the challenge is catching the moving target. Also the...
  14. L

    Userform dissapearing / resetting when VBA deletes a sheet

    Good morning all. I have an issue that is driving me crazy and have spent way too long trying to search / debug a solution. Please bear with me as this is my first post here. Essentially, I have a userform that I activate within my spreadsheet for a few parameters for filtering of data. Once...
  15. A

    Reset incremental counter based on value in adjacent column

    Hi there! I would really appreciate your help with creating a formulae which will achieve the expected IDs below. Each time Level = 1, the counter for Expected ID should reset to 0 and start to increment by 1 again. <tbody> Level Expected ID 1 0 2 1 2 2 2 3 1 0 2 1 1 0 1 0 2...
  16. Y

    Resetting the size of an embedded Word document by VBA

    I have worksheet with an embedded Word document. I used the Word document to write summaries with full formatting and spell check. The issue is that the if the text of the summary has more or less lines than it did before it was edited, the embedded object gets resized internally(that is the...
  17. G

    VBA code that will reapply my formula to the specific range of cells

    Hi All I have an ongoing requirement that I'm trying to resolve within a sales order workbook. If Sales person has agreed a fixed price for subsequent sales order lines they enter the price in to sheet 1, and the pricing is pulled through to each order line on sheet 2. However if the Sales...
  18. D

    Copy and paste row with dropdown, before cells and then reset everything

    <tbody> Product Product code Product Description Quantity price each total price a.product dropdown a.code a.description 1 £3.99 £3.99 vat total </tbody> Hi there, I am looking to create a script, will copy and paste the first row of products, then paste that into the...
  19. T

    Pivottable ShowDetail reset

    I have a pivot table (working very nicely thankyou!!) which shows the following headings (with an example of data): SITE MANAGER...SAP Code.............................Site Reference.............Site Name [+]Dylan Thorley Clicking the [+] by a Site Manager's name reveals the SAP codes for...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top