active

  1. O

    Select Cells in Between using Macro

    Hey everyone, I would like to ask that how can I select all the cells starting from Active Row, Column A up until Active Row, Active Column. For instance I am at cell G12 What I want is to select A12:G12 Similarly If I am at D19 then select A19:D19 Thank you and will appreciate.
  2. NewOrderFac33

    Highlighting active row and active column

    This post can be deleted as I figured out the solution, but the option to delete is no longer available. Regards Pete
  3. W

    Quit current workbook, but not other active workbooks

    Hi. Got a question. I got a timer that counts from 1 min down, then runs a Sub called shutdown. The problem is, when it closes, it leaves a open empty excel program open, not completely shutting it down, i fixed this with the code under, but if i got a other workbook active, it asks that to...
  4. E

    How to add a sheet with predifined text/formula in the active workbook?

    Hello I have an Excel sheet with formulas and text in hundreds of cells. Is there a way to click a button and add this sheet to the active workbook for any xls file that I may open? Some formulas refer to a sheet with a specific name, so when this sheet is present in the workbook, the...
  5. E

    Percentile.Inc (Quintile) Function with IF conditional statement

    Hi, I'm trying to calculate from a dataset a =Percentile.Inc function with a condition. For example, I want the 20th, 40th, 80th percentiles from the dataset for ONLY "Active" status in column B, using the values in column A. My formula for 80th percentile is...
  6. E

    Start a Macro in an active workbook that will open a different specific workbook and copy its specific sheet to the originally active workbook?

    hello! Start a Macro in an active workbook that will open a different specific workbook and copy its specific sheet to the originally active workbook? and then close the different specific workbook?
  7. O

    Goto a specific Column via Vba.

    Hey all, How would I be able to get to a specific column number using vba script? For instance, in cell B2 of sheet name "HSheet" is a numerical value of 8 And I could be on any other sheet other than HSheet of my active workbook. On triggering the code I should be now at my desired column H...
  8. D

    Active x control click issue

    I want to assign a macro to an active x command button. However the code is not in the sheet object, but rather in a module. What do I have to do for the code to run from the module? At the moment when the button is clicked, nothing happens. The reason I don't have the code in the worksheet...
  9. D

    Only allow worksheet change if all cells in my range are empty

    Hi, Does anyone have a VBA code that stops a user from switching between worksheets in my workbook if columns A, B, E, F & G on the active row are not all blank? Thanks Dan
  10. B

    Count cells that contain "1", per day, within a variable range

    Good morning. I'm looking to calculate how many days an item has been active for on my spreadsheet. I've messed around with formulas and a little bit of VBA, but can't get it to work. There's a formula within row 1:1 that will highlight the cell green, and display the text "Today", based upon...
  11. N

    Permanent Iterative Calculation

    I have several spreadsheets that require the 'Enable Iterative Calculation' to be selected in order to work correctly. Our business calcs require circular calculations on almost every sheet. Once I have this option checked, it stays active but only for me. It does not stay checked for my...
  12. D

    VBA Save Copy As to specific folder

    Hi, Is it possible to Save a copy of an active workbook to a specific folder as a CSV format file while using the dialog pop up? Also I have an issue where If I cancel then the active book name changes to False, can someone help please Here is what I have at the moment which changes the active...
  13. A

    Copy Activesheet To New Workbook

    How to Copy Active sheet to new workbook without shapes(buttons) ?
  14. J

    Excel VBA determine if ActiveCell is Table Header

    Hi, "If ActiveCell.ListObject.Header Then" I want to do something different if the Active Cell is the Header than if it isn't. I have many tables and the Header Name is different for all of them. Any help appreciated
  15. M

    Range reference to select entire worksheet & dynamically link worksheet name

    Hi, I have the below code that opens and copies data from a closed workbook to the active workbook. Sub FetchData() Dim src As Workbook Set src = Workbooks.Open("G:\Managers\Existing Managers\Equities\Data Management\Monthly Manager Research...
  16. P

    InStr to do things of file contains string

    Here is what I am currently building: Sub Macro1() Dim ER As Long ER = ThisWorkbook.ActiveSheet.Range("A" & Rows.Count).End(xlUp).Row Dim Cell As Range Dim CriteriaRange As Range Set CriteriaRange = ThisWorkbook.ActiveSheet.Range("A2:A" & ER) For Each Cell...
  17. P

    VBA Add Hyperlink to Folder If Cell Contents Match Folder Name

    I have a directory of Excel files which are present in several sub-folders. I also have Information in column A of my Worksheet 1 (which will be the active sheet) and will be an exact match to the folder name. I would like to design a macro which searches all of the folders in a specified...
  18. B

    Copy Active sheet & rename using part of Active sheet name

    I'm trying to find code to make a copy of the active sheet and rename the copy using part of the Active sheet name. For example if the Active sheet is named "Expenses" then I want the copy to be named "Expenses - West". Can anyone help?
  19. U

    Populating a ListBox with Filtered data

    I’m attempting to display only the Active Members in my database (Sheet11). This code populates ListBox1 with the entire database Range (C2:C). How can I modify the code to show only the Filtered Range? Private Sub CommandButton4_Click() If CommandButton4.Caption = "View Active Roster" Then...
  20. D

    Delete Row From Table based on values in table column

    Good morning all! I have a table (T_Staff) with 20 columns (the first 5 are hidden). The 15th column is titled Active and has data validation to allow either Yes or No meaning either the staff is active or is not active. I would like to have a button that when clicked will delete the table...

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